Skip to content

Commit

Permalink
update test runner go base to 3.20 (#11550)
Browse files Browse the repository at this point in the history
Signed-off-by: James Strong <[email protected]>
Co-authored-by: James Strong <[email protected]>
  • Loading branch information
k8s-infra-cherrypick-robot and strongjz committed Jul 3, 2024
1 parent a0a9353 commit 41f7a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/test-runner/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG BASE_IMAGE
ARG GOLANG_VERSION
ARG ETCD_VERSION

FROM golang:${GOLANG_VERSION}-alpine3.18 as GO
FROM golang:${GOLANG_VERSION}-alpine3.20 as GO
FROM registry.k8s.io/etcd:${ETCD_VERSION} as etcd

FROM ${BASE_IMAGE}
Expand Down

0 comments on commit 41f7a75

Please sign in to comment.