Skip to content

Commit 881aea5

Browse files
committed
Fix issue when updating the go version
1 parent a9b8b59 commit 881aea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer/images/dependencies-update/hack/bin/tasks/update_binaries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ get_go_version() {
7373
URL="https://go.dev/VERSION?m=text"
7474
VERSION=$(
7575
curl --location --silent "$URL" \
76+
| grep "^go" \
7677
| sed "s:^go::"
7778
)
7879
}

0 commit comments

Comments
 (0)