Skip to content

Commit 45c6885

Browse files
committed
ci: use golang 1.22.0 for main build
some downstream CI will not have flexibility to switch to latest version, we are sticking to the first release version of golang 1.22 Signed-off-by: Madhu Rajanna <[email protected]>
1 parent d03681b commit 45c6885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

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

3-
go 1.22.2
3+
go 1.22.0
44

55
require (
66
github.com/container-storage-interface/spec v1.9.0

tools/go.mod

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

3-
go 1.22.2
3+
go 1.22.0
44

55
require (
66
github.com/operator-framework/operator-sdk v1.34.2

0 commit comments

Comments
 (0)