Skip to content

Commit e5fdb3f

Browse files
committed
update go
Signed-off-by: cpanato <[email protected]>
1 parent f770550 commit e5fdb3f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2020
with:
21-
go-version: "1.22"
21+
go-version: "1.23"
2222
check-latest: true
2323
cache: false
2424

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM golang:1.22.11@sha256:d5b17d684180648e16ea974bea677498945e8b619f7b26325958d8d99e97f9ea as builder
16+
FROM golang:1.23.7@sha256:7fb9682dbc6c9743cd911cedb39c84790e8dfeaaf87d229b78f3f6658fce507a as builder
1717
WORKDIR /workspace
1818

1919
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module sigs.k8s.io/cluster-api-provider-gcp
22

3-
go 1.22.0
4-
toolchain go1.24.1
3+
go 1.23.7
54

65
require (
76
cloud.google.com/go/compute v1.34.1

0 commit comments

Comments
 (0)