Skip to content

Commit

Permalink
Bump Go version to 1.23 in scripts/release.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jingyuan Liang <[email protected]>
  • Loading branch information
jingyuanliang committed Dec 4, 2024
1 parent 7f756b4 commit e9aef26
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 e9aef26

Please sign in to comment.