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