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 85c8259 commit ed644c3Copy full SHA for ed644c3
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-addon-controller
7
ENV REPO_PATH=/go/src/open-cluster-management.io/${COMPONENT}
go.mod
@@ -1,6 +1,6 @@
module open-cluster-management.io/governance-policy-addon-controller
-go 1.21
+go 1.22
require (
github.com/blang/semver/v4 v4.0.0
0 commit comments