Skip to content

Commit 16e02d3

Browse files
dsessler7tjmoore4
authored andcommitted
Pin go version to 1.25 for kuttl github action tests (until kuttl supports go 1.26).
1 parent 96170c5 commit 16e02d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- uses: actions/checkout@v5
9595
- uses: actions/setup-go@v6
96-
with: { go-version: stable }
96+
with: { go-version: '1.25.x' } # TODO: revert to stable when kuttl supports Go 1.26 (missing testDeps.ModulePath)
9797

9898
- name: Start k3s
9999
uses: ./.github/actions/k3d

0 commit comments

Comments
 (0)