File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11version : " 2"
22run :
3- go : " 1.24 "
3+ go : " 1.25 "
44 build-tags :
55 - e2e
66 allow-parallel-runners : true
Original file line number Diff line number Diff line change 1414
1515# Build the manager binary
1616ARG GO_VERSION
17- FROM golang:${GO_VERSION:-1.24.13 } AS builder
17+ FROM golang:${GO_VERSION:-1.25.7 } AS builder
1818WORKDIR /workspace
1919
2020# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ unexport GOPATH
2727TRACE ?= 0
2828
2929# Go
30- GO_VERSION ?= 1.24.13
30+ GO_VERSION ?= 1.25.7
3131
3232# Directories.
3333ARTIFACTS ?= $(REPO_ROOT ) /_artifacts
Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-provider-openstack
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
Original file line number Diff line number Diff line change 11module sigs.k8s.io/cluster-api-provider-openstack/hack/tools
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/a8m/envsubst v1.4.3
You can’t perform that action at this time.
0 commit comments