Skip to content

Commit

Permalink
revert fixed golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerj0 committed Mar 13, 2024
1 parent a43acee commit 1031e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/autoscaler/tasks/update-sdk/update_golang_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ golang_dir="$(realpath -e "${golang_dir}")"
export golang_dir

golang_version=$(cat "${golang_dir}/packages/golang-1-linux/version")
golang_version="1.21.3"

step "updating go.work file with golang version ${golang_version}"
go work edit -go "${golang_version}" "${autoscaler_dir}/go.work"
Expand Down

0 comments on commit 1031e52

Please sign in to comment.