File tree 3 files changed +3
-4
lines changed 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
20
20
with :
21
- go-version : " 1.22 "
21
+ go-version : " 1.23 "
22
22
check-latest : true
23
23
cache : false
24
24
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Build the manager binary
16
- FROM golang:1.22.11 @sha256:d5b17d684180648e16ea974bea677498945e8b619f7b26325958d8d99e97f9ea as builder
16
+ FROM golang:1.23.7 @sha256:7fb9682dbc6c9743cd911cedb39c84790e8dfeaaf87d229b78f3f6658fce507a as builder
17
17
WORKDIR /workspace
18
18
19
19
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/cluster-api-provider-gcp
2
2
3
- go 1.22.0
4
- toolchain go1.24.1
3
+ go 1.23.7
5
4
6
5
require (
7
6
cloud.google.com/go/compute v1.34.1
You can’t perform that action at this time.
0 commit comments