Skip to content

Commit 07956a6

Browse files
committed
Use go 1.25
Signed-off-by: Siddhesh Ghadi <[email protected]>
1 parent 423e298 commit 07956a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: openshift-gitops-go-toolset
33
namespace: ci
4-
tag: 1.24.6
4+
tag: 1.25

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24 as builder
2+
FROM golang:1.25 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

openshift-ci/build-root/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile to bootstrap build and test in openshift-ci
22

3-
FROM quay.io/devtools_gitops/go-toolset:1.24.6
3+
FROM quay.io/devtools_gitops/go-toolset:1.25
44
USER root
55

66
ARG KUBECTL_KUTTL_VERSION=0.12.1

0 commit comments

Comments
 (0)