Update test-runner to go 1.16 (#7221)

Signed-off-by: Dax McDonald <daxmc99@gmail.com>
This commit is contained in:
Dax McDonald 2021-06-08 09:19:35 -07:00 committed by GitHub
parent e2f421b9f4
commit 68a02d8797
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.15.6 \
--build-arg GOLANG_VERSION=1.16.5 \
--build-arg ETCD_VERSION=3.4.3-0 \
--build-arg K8S_RELEASE=v1.19.4 \
--build-arg RESTY_CLI_VERSION=0.27 \