Skip to content

Commit fc67282

Browse files
authored
Merge pull request open-cluster-management-io#91 from tesshuflower/ocm-1555-golang-1.26
🌱 chore: upgrade to go 1.26
2 parents 6a3e08a + 77067b7 commit fc67282

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/go-postsubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
# Common versions
16-
GO_VERSION: '1.25'
16+
GO_VERSION: '1.26'
1717
GO_REQUIRED_MIN_VERSION: ''
1818
GOPATH: '/home/runner/work/cluster-permission/cluster-permission/go'
1919
defaults:

.github/workflows/go-presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
# Common versions
16-
GO_VERSION: '1.25'
16+
GO_VERSION: '1.26'
1717
GO_REQUIRED_MIN_VERSION: ''
1818
KUBERNETES_VERSION: 'v1.32.2'
1919
GOPATH: '/home/runner/work/cluster-permission/cluster-permission/go'

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*.*.*'
77
env:
88
# Common versions
9-
GO_VERSION: '1.25'
9+
GO_VERSION: '1.26'
1010
GO_REQUIRED_MIN_VERSION: ''
1111
GITHUB_REF: ${{ github.ref }}
1212
CHART_NAME: cluster-permission

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/stolostron/builder:go1.25-linux AS builder
1+
FROM registry.ci.openshift.org/stolostron/builder:go1.26-linux AS builder
22

33
WORKDIR /go/src/github.com/open-cluster-management-io/cluster-permission
44
COPY . .

Dockerfile.rhtap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25 AS plugin-builder
1+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.26 AS plugin-builder
22

33
WORKDIR /go/src/github.com/open-cluster-management-io/cluster-permission
44
COPY . .

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/cluster-permission
22

3-
go 1.25.0
3+
go 1.26.0
44

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

0 commit comments

Comments
 (0)