Skip to content

Commit 09bff23

Browse files
committed
build: use go 1.23.6
The go_mod_vendor CI job suggests to run `go mod tidy`, and this change is the result. Signed-off-by: Niels de Vos <ndevos@ibm.com>
1 parent ac6d0e4 commit 09bff23

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/csi-addons/kubernetes-csi-addons
22

3-
go 1.23.0
4-
toolchain go1.23.6
3+
go 1.23.6
54

65
require (
76
github.com/container-storage-interface/spec v1.11.0

0 commit comments

Comments
 (0)