Skip to content

Commit

Permalink
Merge pull request #1906 from alixander/upgrade-go-docker
Browse files Browse the repository at this point in the history
upgrade go version in docker
  • Loading branch information
alixander authored Apr 11, 2024
2 parents f70d066 + 5ace73f commit 36f3aed
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.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 \
Expand Down

0 comments on commit 36f3aed

Please sign in to comment.