File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414env :
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'
1919defaults :
Original file line number Diff line number Diff line change 1313
1414env :
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'
Original file line number Diff line number Diff line change 66 - ' v*.*.*'
77env :
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
Original file line number Diff line number Diff line change 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
33WORKDIR /go/src/github.com/open-cluster-management-io/cluster-permission
44COPY . .
Original file line number Diff line number Diff line change 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
33WORKDIR /go/src/github.com/open-cluster-management-io/cluster-permission
44COPY . .
Original file line number Diff line number Diff line change 11module open-cluster-management.io/cluster-permission
22
3- go 1.25 .0
3+ go 1.26 .0
44
55require (
66 github.com/go-logr/logr v1.4.2
You can’t perform that action at this time.
0 commit comments