File tree Expand file tree Collapse file tree 4 files changed +18
-10
lines changed
Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,14 @@ jobs:
2020 go-version-file : go.mod
2121 cache : false
2222
23+ # https://github.com/golang/go/issues/75031
24+ - name : Set toolchain version
25+ run : go env -w GOTOOLCHAIN=go1.25.4+auto
26+
2327 - name : Lint
2428 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
2529 with :
26- version : v2.7.1
30+ version : v2.7.2
2731
2832 - name : Validate Go modules
2933 run : ./scripts/validate
Original file line number Diff line number Diff line change @@ -41,10 +41,14 @@ jobs:
4141 go-version-file : go.mod
4242 cache : false
4343
44+ # https://github.com/golang/go/issues/75031
45+ - name : Set toolchain version
46+ run : go env -w GOTOOLCHAIN=go1.25.4+auto
47+
4448 - name : Lint
4549 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4650 with :
47- version : v2.7.1
51+ version : v2.7.2
4852
4953 - name : Validate Go modules
5054 run : ./scripts/validate
Original file line number Diff line number Diff line change 11module github.com/rancher/cli
22
3- go 1.24 .0
3+ go 1.25 .0
44
5- toolchain go1.24.12
5+ toolchain go1.25.7
66
77replace (
88 k8s.io/apiserver => k8s.io/apiserver v0.34.3
@@ -14,8 +14,8 @@ replace (
1414require (
1515 github.com/ghodss/yaml v1.0.0
1616 github.com/rancher/norman v0.7.2
17- github.com/rancher/rancher/pkg/apis v0.0.0-20260225190007-0ce54ba2a45d
18- github.com/rancher/rancher/pkg/client v0.0.0-20260225190007-0ce54ba2a45d
17+ github.com/rancher/rancher/pkg/apis v0.0.0-20260309210709-8dcccf56c61d
18+ github.com/rancher/rancher/pkg/client v0.0.0-20260309210709-8dcccf56c61d
1919 github.com/sirupsen/logrus v1.9.4
2020 github.com/stretchr/testify v1.11.1
2121 github.com/tidwall/gjson v1.17.0
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ github.com/rancher/lasso v0.2.5 h1:K++lWDDdfeN98Ixc1kCfUq0/q6tLjoHN++Np6QntXw0=
9898github.com/rancher/lasso v0.2.5 /go.mod h1:71rWfv+KkdSmSxZ9Ly5QYhxAu0nEUcaq9N2ByjcHqAM =
9999github.com/rancher/norman v0.7.2 h1:5ZPwGbTy/mt8rDxXSqyMwohn6TVef+jntSVD2kA9pYg =
100100github.com/rancher/norman v0.7.2 /go.mod h1:vZ5qL+eKodJ7zOMQYdl6jwMrSFrqTKpA+KYSFEKew2M =
101- github.com/rancher/rancher/pkg/apis v0.0.0-20260225190007-0ce54ba2a45d h1:DdAZN/R3m98uUxNz2TH4QY07hBiM8qm6Son+hxiT4Nk =
102- github.com/rancher/rancher/pkg/apis v0.0.0-20260225190007-0ce54ba2a45d /go.mod h1:dXZuoHeS7zlhRWrfwbl2kVHgl24R3LKlxzCDDAFPZFQ =
103- github.com/rancher/rancher/pkg/client v0.0.0-20260225190007-0ce54ba2a45d h1:cx5D5tvAxth2pf12/ZMReiZVR/5u3O24etUpnIDZ9UA =
104- github.com/rancher/rancher/pkg/client v0.0.0-20260225190007-0ce54ba2a45d /go.mod h1:eCsZztxFkm+Zwbe1iJpI1vvQvGBCPtjKpdUPzYw+0i4 =
101+ github.com/rancher/rancher/pkg/apis v0.0.0-20260309210709-8dcccf56c61d h1:UVlCqI/+PQGNvCRa1CIVqngPXsLkIoaerjRyj0Zag7Q =
102+ github.com/rancher/rancher/pkg/apis v0.0.0-20260309210709-8dcccf56c61d /go.mod h1:dXZuoHeS7zlhRWrfwbl2kVHgl24R3LKlxzCDDAFPZFQ =
103+ github.com/rancher/rancher/pkg/client v0.0.0-20260309210709-8dcccf56c61d h1:ccwQvX67TFYieBhH5J3TtXKYyp4uTDsiTDS1bOUidEM =
104+ github.com/rancher/rancher/pkg/client v0.0.0-20260309210709-8dcccf56c61d /go.mod h1:eCsZztxFkm+Zwbe1iJpI1vvQvGBCPtjKpdUPzYw+0i4 =
105105github.com/rancher/rke v1.8.0 h1:87jeoOccnnNCq27YgWgMh4o0GVrrVKbw+zfo+cHMZlo =
106106github.com/rancher/rke v1.8.0 /go.mod h1:x9N1abruzDFMwTpqq2cnaDYpKCptlNoW8VraNWB6Pc4 =
107107github.com/rancher/wrangler/v3 v3.3.4 h1:Df+BlerYtTy5RDxEMZFG57kzz8KDe+Q4pJp/hyu5KcY =
You can’t perform that action at this time.
0 commit comments