We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61c17e commit 0bdbd27Copy full SHA for 0bdbd27
1 file changed
.github/workflows/test.yaml
@@ -91,7 +91,7 @@ jobs:
91
steps:
92
- uses: actions/checkout@v6
93
- uses: actions/setup-go@v6
94
- with: { go-version: stable }
+ with: { go-version: '1.25.x' } # TODO: revert to stable when chainsaw supports Go 1.26 (missing testDeps.ModulePath)
95
96
- name: Start k3s
97
uses: ./.github/actions/k3d
@@ -142,7 +142,7 @@ jobs:
142
143
144
145
+ with: { go-version: '1.25.x' } # TODO: revert to stable when kuttl supports Go 1.26 (missing testDeps.ModulePath)
146
147
148
0 commit comments