Skip to content

Commit 70c524b

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Update to Go v1.22
ref: https://issues.redhat.com/browse/ACM-14251 Signed-off-by: Dale Haiducek <[email protected]>
1 parent feebc30 commit 70c524b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stage 1: Use image builder to build the target binaries
22
# Copyright Contributors to the Open Cluster Management project
33

4-
FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder
4+
FROM registry.ci.openshift.org/stolostron/builder:go1.22-linux AS builder
55

66
ENV COMPONENT=governance-policy-framework-addon
77
ENV REPO_PATH=/go/src/github.com/open-cluster-management-io/${COMPONENT}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module open-cluster-management.io/governance-policy-framework-addon
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)