Skip to content

Commit a32343a

Browse files
committed
codebot: update go to 1.23.5
1 parent c8a8299 commit a32343a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

applylib/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern/applylib
22

33
go 1.22.0
44

5-
toolchain go1.23.1
5+
toolchain go1.23.5
66

77
// Sometimes handy for development, but breaks usage as a library
88
// Instead, please break apart commits to this module

examples/guestbook-operator/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.17 as builder
2+
FROM golang:1.23.5 as builder
33

44
# Copy in the go src
55
WORKDIR /workspace

examples/guestbook-operator/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern/examples/guestbook-operator
22

33
go 1.22.0
44

5-
toolchain go1.22.4
5+
toolchain go1.23.5
66

77
require (
88
github.com/go-logr/logr v1.4.2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern
22

33
go 1.22.0
44

5-
toolchain go1.22.4
5+
toolchain go1.23.5
66

77
// Sometimes handy for development, but breaks usage as a library
88
// Instead, please break apart commits to this module

ktest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern/ktest
22

33
go 1.22.0
44

5-
toolchain go1.23.1
5+
toolchain go1.23.5
66

77
require (
88
github.com/google/go-cmp v0.6.0

mockkubeapiserver/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sigs.k8s.io/kubebuilder-declarative-pattern/mockkubeapiserver
22

33
go 1.22.0
44

5-
toolchain go1.23.1
5+
toolchain go1.23.5
66

77
require (
88
github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)