Skip to content

Commit

Permalink
github
Browse files Browse the repository at this point in the history
Signed-off-by: weizhoublue <[email protected]>
  • Loading branch information
weizhoublue committed Dec 25, 2024
1 parent 26d64f6 commit 94d1fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

- name: update golang version
run: |
cat /etc/os-release
latest_version=$(curl -s https://go.dev/dl/ | grep -oP 'go[0-9]+\.[0-9]+\.[0-9]+' | sort -V | tail -n 1 | grep -oP '[0-9]+\.[0-9]+\.[0-9]+')
echo "latest_version: $latest_version"
project_version=$(cat GO_VERSION | grep -oP '[0-9]+\.[0-9]+\.[0-9]+')
Expand Down

0 comments on commit 94d1fd2

Please sign in to comment.