Skip to content

Commit 5bb82dc

Browse files
authored
Bump Go version to 1.21.1 on testrunner (#10378)
1 parent 8a6af60 commit 5bb82dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/test-runner/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ image:
4343
--pull \
4444
--push \
4545
--build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
46-
--build-arg GOLANG_VERSION=1.20.6 \
46+
--build-arg GOLANG_VERSION=1.21.1 \
4747
--build-arg ETCD_VERSION=3.4.3-0 \
4848
--build-arg K8S_RELEASE=v1.26.0 \
4949
--build-arg RESTY_CLI_VERSION=0.27 \
@@ -64,7 +64,7 @@ build: ensure-buildx
6464
--progress=${PROGRESS} \
6565
--pull \
6666
--build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
67-
--build-arg GOLANG_VERSION=1.20.6 \
67+
--build-arg GOLANG_VERSION=1.21.1 \
6868
--build-arg ETCD_VERSION=3.4.3-0 \
6969
--build-arg K8S_RELEASE=v1.26.0 \
7070
--build-arg RESTY_CLI_VERSION=0.27 \

0 commit comments

Comments
 (0)