Skip to content

Commit 0bdbd27

Browse files
committed
Pin go version to 1.25 for kuttl/chainsaw github action tests (until kuttl and chainsaw support go 1.26).
1 parent e61c17e commit 0bdbd27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v6
9393
- uses: actions/setup-go@v6
94-
with: { go-version: stable }
94+
with: { go-version: '1.25.x' } # TODO: revert to stable when chainsaw supports Go 1.26 (missing testDeps.ModulePath)
9595

9696
- name: Start k3s
9797
uses: ./.github/actions/k3d
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
- uses: actions/checkout@v6
144144
- uses: actions/setup-go@v6
145-
with: { go-version: stable }
145+
with: { go-version: '1.25.x' } # TODO: revert to stable when kuttl supports Go 1.26 (missing testDeps.ModulePath)
146146

147147
- name: Start k3s
148148
uses: ./.github/actions/k3d

0 commit comments

Comments
 (0)