Skip to content

Commit 871345f

Browse files
Revert Go version from 1.23.4 to 1.23.0
Signed-off-by: Joshua Cuellar <[email protected]>
1 parent 39a8292 commit 871345f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.23.4
30+
GO_VERSION ?= 1.23.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.23.4
3+
go 1.23.0
44

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

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.23.4
3+
go 1.23.0
44

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

tools/setup-envtest/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/tools/setup-envtest
22

3-
go 1.23.4
3+
go 1.23.0
44

55
require (
66
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)