Merge pull request #2383 from nathanlaceyraft/update-go-to-resolve-cve

resolve govulncheck CVE with golang update
This commit is contained in:
Alexander Wang 2025-02-26 07:48:10 -08:00 committed by GitHub
commit 891e4bd29d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.22.2.linux-$ARCH" \ --build-arg GOVERSION="1.23.6.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 \