We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6af60 commit 5bb82dcCopy full SHA for 5bb82dc
images/test-runner/Makefile
@@ -43,7 +43,7 @@ image:
43
--pull \
44
--push \
45
--build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
46
- --build-arg GOLANG_VERSION=1.20.6 \
+ --build-arg GOLANG_VERSION=1.21.1 \
47
--build-arg ETCD_VERSION=3.4.3-0 \
48
--build-arg K8S_RELEASE=v1.26.0 \
49
--build-arg RESTY_CLI_VERSION=0.27 \
@@ -64,7 +64,7 @@ build: ensure-buildx
64
--progress=${PROGRESS} \
65
66
67
68
69
70
0 commit comments