File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 # Common versions
11- GO_VERSION : ' 1.21 '
11+ GO_VERSION : ' 1.24 '
1212 GO_REQUIRED_MIN_VERSION : ' '
1313 GOPATH : ' /home/runner/work/cluster-permission/cluster-permission/go'
1414defaults :
Original file line number Diff line number Diff line change 88
99env :
1010 # Common versions
11- GO_VERSION : ' 1.23 '
11+ GO_VERSION : ' 1.24 '
1212 GO_REQUIRED_MIN_VERSION : ' '
1313 GOPATH : ' /home/runner/work/cluster-permission/cluster-permission/go'
1414defaults :
Original file line number Diff line number Diff line change 1- FROM registry.ci.openshift.org/stolostron/builder:go1.23 -linux AS builder
1+ FROM registry.ci.openshift.org/stolostron/builder:go1.24 -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.23 AS plugin-builder
1+ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.24 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 @@ -8,7 +8,7 @@ export CGO_ENABLED=1
88
99TEST_TMP :=/tmp
1010export KUBEBUILDER_ASSETS ?=$(TEST_TMP ) /kubebuilder/bin
11- K8S_VERSION ?=1.19.2
11+ K8S_VERSION ?=1.24.1
1212GOHOSTOS ?=$(shell go env GOHOSTOS)
1313GOHOSTARCH ?= $(shell go env GOHOSTARCH)
1414KB_TOOLS_ARCHIVE_NAME :=kubebuilder-tools-$(K8S_VERSION ) -$(GOHOSTOS ) -$(GOHOSTARCH ) .tar.gz
Original file line number Diff line number Diff line change 11module open-cluster-management.io/cluster-permission
22
3- go 1.23.0
4-
5- toolchain go1.23.7
3+ go 1.24.0
64
75require (
86 github.com/go-logr/logr v1.4.2
You can’t perform that action at this time.
0 commit comments