[ci-force] upgrade go in docker

This commit is contained in:
Alexander Wang 2024-04-10 22:25:41 -07:00
parent 3e93413a02
commit 00d2b0d57f
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -4,7 +4,7 @@ cd -- "$(dirname "$0")/../.."
. ./ci/sub/lib.sh . ./ci/sub/lib.sh
tag="$(sh_c docker build \ tag="$(sh_c docker build \
--build-arg GOVERSION="1.20.8.linux-$ARCH" \ --build-arg GOVERSION="1.22.2.linux-$ARCH" \
-qf ./ci/release/linux/Dockerfile ./ci/release/linux)" -qf ./ci/release/linux/Dockerfile ./ci/release/linux)"
docker_run \ docker_run \
-e DRY_RUN \ -e DRY_RUN \