Skip to content

Commit 656f88f

Browse files
committed
bump e2e test image to go 1.25
1 parent 0444299 commit 656f88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# THIS FILE IS GENERATED BY BOILERPLATE. DO NOT EDIT.
2-
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 as builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25 as builder
33
WORKDIR /opt/app-root/src
44
COPY . .
55
RUN CGO_ENABLED=0 GOFLAGS="-mod=mod" go test ./test/e2e -v -c --tags=osde2e -o e2e.test

0 commit comments

Comments
 (0)