Skip to content

Commit

Permalink
Bump Go version to 1.23 in scripts/release.sh (#1123)
Browse files Browse the repository at this point in the history
Signed-off-by: Jingyuan Liang <[email protected]>
  • Loading branch information
jingyuanliang authored Jan 6, 2025
1 parent 7f756b4 commit ba8bc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -xe

SRC_DIR="${SRC_DIR:-$PWD}"
DOCKER="${DOCKER:-docker}"
GOLANG="${GOLANG:-golang:1.22-alpine}"
GOLANG="${GOLANG:-golang:1.23-alpine}"

TAG=$(git describe --tags --dirty)
RELEASE_DIR=release-${TAG}
Expand Down

0 comments on commit ba8bc7d

Please sign in to comment.