Skip to content

Commit

Permalink
Fix issue when updating the go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roming22 committed Aug 16, 2023
1 parent a9b8b59 commit 881aea5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ get_go_version() {
URL="https://go.dev/VERSION?m=text"
VERSION=$(
curl --location --silent "$URL" \
| grep "^go" \
| sed "s:^go::"
)
}
Expand Down

0 comments on commit 881aea5

Please sign in to comment.