We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6eccea commit 18dbc41Copy full SHA for 18dbc41
images/tests/Dockerfile
@@ -1,5 +1,5 @@
1
# Use the official Go image as a base image
2
-FROM golang:1.23
+FROM golang:1.24
3
4
ENV KUBECONFIG=/distributed-workloads/tests/.kube/config
5
@@ -17,7 +17,7 @@ COPY go.mod go.sum ./
17
18
# Download all dependencies
19
RUN go mod download && \
20
- go install gotest.tools/gotestsum@latest
+ go install gotest.tools/gotestsum@v1.13
21
22
WORKDIR /distributed-workloads/tests
23
0 commit comments