Skip to content

Commit d7f61bf

Browse files
committed
Bump go to 1.25
1 parent c0efc07 commit d7f61bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SHELL:=/usr/bin/env bash
2727
#
2828
# Go.
2929
#
30-
GO_VERSION ?= 1.24.0
30+
GO_VERSION ?= 1.25.0
3131

3232
# Use GOPROXY environment variable if set
3333
GOPROXY := $(shell go env GOPROXY)

examples/scratch-env/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/controller-runtime/examples/scratch-env
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/spf13/pflag v1.0.6

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/controller-runtime
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/evanphx/json-patch/v5 v5.9.11

0 commit comments

Comments
 (0)