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
  • Loading branch information
jingyuanliang authored Nov 20, 2024
1 parent 9296c5f commit f9b4ab4
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 f9b4ab4

Please sign in to comment.