Skip to content

Commit

Permalink
build: use go 1.23.4
Browse files Browse the repository at this point in the history
Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic committed Jan 15, 2025
1 parent 5b44cee commit ab98b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/csi-addons/kubernetes-csi-addons

go 1.23.0
go 1.23.4

require (
github.com/container-storage-interface/spec v1.11.0
Expand Down
3 changes: 2 additions & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/csi-addons/kubernetes-csi-addons/tools

go 1.22.0
go 1.23.4

require (
github.com/operator-framework/operator-sdk v1.39.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
Expand Down

0 comments on commit ab98b77

Please sign in to comment.