Skip to content

Commit 13ad055

Browse files
authored
chore: upgrade go to 1.23.7 in the e2e dockerfile (#6023)
1 parent 2abd469 commit 13ad055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker:20.10.13-dind
22

3-
ARG GOLANG_VERSION=1.20
3+
ARG GOLANG_VERSION=1.23.7
44

55
# Docker needs somewhere to put creds from docker login.
66
RUN wget https://github.com/docker/docker-credential-helpers/releases/download/v0.6.0/docker-credential-pass-v0.6.0-amd64.tar.gz && tar -xf docker-credential-pass-v0.6.0-amd64.tar.gz && chmod +x docker-credential-pass && mv docker-credential-pass /bin

0 commit comments

Comments
 (0)