Skip to content

Commit

Permalink
Merge pull request #2383 from nathanlaceyraft/update-go-to-resolve-cve
Browse files Browse the repository at this point in the history
resolve govulncheck CVE with golang update
  • Loading branch information
alixander authored Feb 26, 2025
2 parents 0706993 + 1c65742 commit 891e4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/build_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 891e4bd

Please sign in to comment.