Update runner go version (#7526)

This commit is contained in:
Ricardo Katz 2021-08-22 15:39:59 -03:00 committed by GitHub
parent 90c79689c4
commit 5e5faa24d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ build: ensure-buildx
--progress=$(PROGRESS) \
--pull \
--build-arg BASE_IMAGE=$(NGINX_BASE_IMAGE) \
--build-arg GOLANG_VERSION=1.16.7 \
--build-arg GOLANG_VERSION=1.17.0 \
--build-arg ETCD_VERSION=3.4.3-0 \
--build-arg K8S_RELEASE=v1.21.3 \
--build-arg RESTY_CLI_VERSION=0.27 \