Skip to content

Commit 69cebfe

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
chore: upgrade to Go 1.25
ref: https://issues.redhat.com/browse/ACM-27466 Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
1 parent 2c21355 commit 69cebfe

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.24-linux AS builder
4+
FROM registry.ci.openshift.org/stolostron/builder:go1.25-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.24.0
3+
go 1.25.0
44

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

0 commit comments

Comments
 (0)