Skip to content

Commit 1bce609

Browse files
committed
pin go to 1.25.3 in ci
Signed-off-by: Siddhesh Ghadi <[email protected]>
1 parent 07956a6 commit 1bce609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.25
4+
tag: 1.25.3

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.25
3+
FROM quay.io/devtools_gitops/go-toolset:1.25.3
44
USER root
55

66
ARG KUBECTL_KUTTL_VERSION=0.12.1

0 commit comments

Comments
 (0)