We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4a6c8 commit b34ec68Copy full SHA for b34ec68
.github/workflows/pull-request.yaml
@@ -71,7 +71,7 @@ jobs:
71
helm: '3.15.1'
72
- uses: actions/setup-go@v5
73
with:
74
- go-version: '1.24'
+ go-version: '1.25'
75
cache-dependency-path: go.sum
76
77
- name: Test Common Helm Chart
go.mod
@@ -2,7 +2,7 @@ module test
2
3
go 1.24.0
4
5
-toolchain go1.24.6
+toolchain go1.25.0
6
7
require (
8
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0
0 commit comments