Skip to content

Commit 0bacbf8

Browse files
committed
build: Bump go version to 1.23.0
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 at least x/sys. [1] golang/go#69095 Signed-off-by: Anoop C S <[email protected]>
1 parent 8dac64f commit 0bacbf8

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/ceph/go-ceph
22

3-
go 1.22
3+
go 1.23.0
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3

0 commit comments

Comments
 (0)