Bump Go version to 1.23 in scripts/release.sh (#1123)
Signed-off-by: Jingyuan Liang <jingyuanliang@google.com>
This commit is contained in:
parent
7f756b411e
commit
ba8bc7d0c7
@ -3,7 +3,7 @@ set -xe
|
|||||||
|
|
||||||
SRC_DIR="${SRC_DIR:-$PWD}"
|
SRC_DIR="${SRC_DIR:-$PWD}"
|
||||||
DOCKER="${DOCKER:-docker}"
|
DOCKER="${DOCKER:-docker}"
|
||||||
GOLANG="${GOLANG:-golang:1.22-alpine}"
|
GOLANG="${GOLANG:-golang:1.23-alpine}"
|
||||||
|
|
||||||
TAG=$(git describe --tags --dirty)
|
TAG=$(git describe --tags --dirty)
|
||||||
RELEASE_DIR=release-${TAG}
|
RELEASE_DIR=release-${TAG}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user