Skip to content

Commit 24fb704

Browse files
anoopcs9mergify[bot]
authored andcommitted
go.mod: Bump Go version to 1.23.0
It is really unfortunate that golang has decided to come up with an automation[1] to update `go` directive in go.mod from various repositories including x/repos following the release cadence in general. Another interesting and visible change is to explicitly specify the minor version as a suffix to the major version. Thus we are bound to update our `go` directive as we require many of the golang x/repos. [1] golang/go#69095 Signed-off-by: Anoop C S <[email protected]>
1 parent df8de4e commit 24fb704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/samba-in-kubernetes/samba-operator
22

3-
go 1.19
3+
go 1.23.0
44

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

0 commit comments

Comments
 (0)