We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c21355 commit 69cebfeCopy full SHA for 69cebfe
build/Dockerfile
@@ -1,7 +1,7 @@
1
# Stage 1: Use image builder to build the target binaries
2
# Copyright Contributors to the Open Cluster Management project
3
4
-FROM registry.ci.openshift.org/stolostron/builder:go1.24-linux AS builder
+FROM registry.ci.openshift.org/stolostron/builder:go1.25-linux AS builder
5
6
ENV COMPONENT=governance-policy-framework-addon
7
ENV REPO_PATH=/go/src/github.com/open-cluster-management-io/${COMPONENT}
go.mod
@@ -1,6 +1,6 @@
module open-cluster-management.io/governance-policy-framework-addon
-go 1.24.0
+go 1.25.0
require (
github.com/go-logr/logr v1.4.3
0 commit comments