bumped go version to 1.18.1 (#8578)

This commit is contained in:
Long Wu Yuan 2022-05-12 00:15:03 +05:30 committed by GitHub
parent 61fcca3a3a
commit 24b8e32b08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 52 additions and 19 deletions

View file

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