Skip to content

Commit

Permalink
rebase: use toolchain for 1.22.6
Browse files Browse the repository at this point in the history
we dont have downstream golang with version
1.22.6 and csi-addons needs 1.22.6 to build
for that reason we can use the toolchain to
enforce the soft dependency.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Sep 24, 2024
1 parent bd951fb commit c11db0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/csi-addons/kubernetes-csi-addons

go 1.22.6
go 1.22.5

toolchain go1.22.6

require (
github.com/container-storage-interface/spec v1.10.0
Expand Down

0 comments on commit c11db0b

Please sign in to comment.