resolve govulncheck CVE with golang update

This commit is contained in:
Nathan Lacey 2025-02-25 16:43:12 -05:00
parent 0706993099
commit 1c657421f3
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ cd -- "$(dirname "$0")/../.."
. ./ci/sub/lib.sh
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)"
docker_run \
-e DRY_RUN \