Merge pull request #1906 from alixander/upgrade-go-docker
upgrade go version in docker
This commit is contained in:
commit
36f3aed319
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue