Skip to content

Commit 7a848aa

Browse files
committed
Set GOTOOLCHAIN=go1.25.7 in konflux.Dockerfile
Override the go.mod toolchain go1.25.8 directive to use go1.25.7 during Konflux builds, as go1.25.8 is not yet available in the builder image. Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com> Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
1 parent 40e2ebd commit 7a848aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

konflux.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# into the build context before this Dockerfile runs.
44

55
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 AS builder
6+
ENV GOTOOLCHAIN=go1.25.7
67

78
COPY . /workspace
89
WORKDIR /workspace

0 commit comments

Comments
 (0)