Skip to content

Commit ecbb135

Browse files
tannevaledclaude
andcommitted
ci: bump go.yml to stable Go (go.mod requires 1.26.0; was pinned to 1.25.3)
Existing Tests workflow failed on the 1.26 toolchain requirement that landed with the go.mod bump. Stable + check-latest matches what the new ci-6arch.yml lane uses; the rest of the workflow (apt deps + SDL/ ebitengine builds + run_tests.sh) is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2f0237e commit ecbb135

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- name: Setup Go
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: 1.25.3
17+
go-version: stable
18+
check-latest: true
1819
- name: Install dependencies
1920
run: |
2021
sudo apt-get update

0 commit comments

Comments
 (0)