Skip to content

Commit 64d30b0

Browse files
committed
downgrade go
1 parent aab2f77 commit 64d30b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/kcp/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/kcp-dev/controller-runtime/examples/kcp
22

3-
go 1.22.0
4-
5-
toolchain go1.22.2
3+
go 1.21.8
64

75
// IMPORTANT: This is only an example replace directive. This is so examples can be run with the latest version of controller-runtime.
86
// In your own projects, you should not use replace directives like this. Instead, you should use the latest version of controller-runtime.

0 commit comments

Comments
 (0)