Skip to content

Commit 18dbc41

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Use golang:1.24 image for shift left tests
1 parent f6eccea commit 18dbc41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/tests/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Go image as a base image
2-
FROM golang:1.23
2+
FROM golang:1.24
33

44
ENV KUBECONFIG=/distributed-workloads/tests/.kube/config
55

@@ -17,7 +17,7 @@ COPY go.mod go.sum ./
1717

1818
# Download all dependencies
1919
RUN go mod download && \
20-
go install gotest.tools/gotestsum@latest
20+
go install gotest.tools/gotestsum@v1.13
2121

2222
WORKDIR /distributed-workloads/tests
2323

0 commit comments

Comments
 (0)