Skip to content

Commit

Permalink
upgrade go version in docker
Browse files Browse the repository at this point in the history
alixander committed Apr 11, 2024
1 parent 3e93413 commit 5ace73f
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
@@ -4,7 +4,7 @@ cd -- "$(dirname "$0")/../.."
. ./ci/sub/lib.sh

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)"
docker_run \
-e DRY_RUN \

0 comments on commit 5ace73f

Please sign in to comment.