We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feebc30 commit 70c524bCopy full SHA for 70c524b
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.21-linux AS builder
+FROM registry.ci.openshift.org/stolostron/builder:go1.22-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.21
+go 1.22
require (
github.com/go-logr/logr v1.4.2
0 commit comments