Skip to content

Commit

Permalink
Bump Go version to 1.21.1 on testrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz committed Sep 7, 2023
1 parent 8a6af60 commit fa8345d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/test-runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ image:
--pull \
--push \
--build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
--build-arg GOLANG_VERSION=1.20.6 \
--build-arg GOLANG_VERSION=1.21.1 \
--build-arg ETCD_VERSION=3.4.3-0 \
--build-arg K8S_RELEASE=v1.26.0 \
--build-arg RESTY_CLI_VERSION=0.27 \
Expand All @@ -64,7 +64,7 @@ build: ensure-buildx
--progress=${PROGRESS} \
--pull \
--build-arg BASE_IMAGE=${NGINX_BASE_IMAGE} \
--build-arg GOLANG_VERSION=1.20.6 \
--build-arg GOLANG_VERSION=1.21.1 \
--build-arg ETCD_VERSION=3.4.3-0 \
--build-arg K8S_RELEASE=v1.26.0 \
--build-arg RESTY_CLI_VERSION=0.27 \
Expand Down

0 comments on commit fa8345d

Please sign in to comment.