File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 fetch-depth : 0
1313 - uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
1414 with :
15- go-version : 1.24 .x
15+ go-version : 1.25 .x
1616 - name : Generate API diff
1717 run : make apidiff
Original file line number Diff line number Diff line change 4848 - name : Install Go
4949 uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
5050 with :
51- go-version : 1.24 .x
51+ go-version : 1.25 .x
5252 - uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
5353 with :
5454 version : v0.23.0
Original file line number Diff line number Diff line change 1616 - name : Install Go
1717 uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
1818 with :
19- go-version : 1.24 .x
19+ go-version : 1.25 .x
2020 - name : Analysis
2121 uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
2222 with :
Original file line number Diff line number Diff line change 1313 - name : Install Go
1414 uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
1515 with :
16- go-version : 1.24 .x
16+ go-version : 1.25 .x
1717 - name : Run tests
1818 run : |
1919 make test
Original file line number Diff line number Diff line change 1313 - name : Install Go
1414 uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
1515 with :
16- go-version : 1.24 .x
16+ go-version : 1.25 .x
1717 - name : Run make verify
1818 run : |
1919 make verify
Original file line number Diff line number Diff line change 11run :
22 timeout : 5m
3- go : " 1.24 "
3+ go : " 1.25 "
44 tests : false
55 allow-parallel-runners : true
66
Original file line number Diff line number Diff line change 11module github.com/rancher/gke-operator
22
3- go 1.24.0
4-
5- toolchain go1.24.12
3+ go 1.25.11
64
75replace (
86 k8s.io/client-go => k8s.io/client-go v0.33.1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM registry.suse.com/bci/bci-base:15.7 AS base
55RUN sed -i 's/^CREATE_MAIL_SPOOL=yes/CREATE_MAIL_SPOOL=no/' /etc/default/useradd
66RUN useradd --uid 1007 gke-operator
77
8- FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
8+ FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.25 AS builder
99
1010WORKDIR /app
1111COPY go.mod go.sum ./
Original file line number Diff line number Diff line change 1- FROM registry.suse.com/bci/golang:1.24 AS build
1+ FROM registry.suse.com/bci/golang:1.25 AS build
22RUN zypper -n install -l openssl-devel
33WORKDIR /src
44COPY go.mod go.sum /src/
You can’t perform that action at this time.
0 commit comments