Fix release CI: upgrade mlugg/setup-zig to v2 and cut 0.0.3
release / build-linux-amd64 (push) Has been cancelled

`mlugg/setup-zig@v1` is deprecated and only knows the pre-0.14
tarball name (`zig-linux-x86_64-<ver>.tar.xz`), so every mirror —
and the official ziglang.org/builds — returned 404 for Zig 0.15.2
on both the v0.0.1 and v0.0.2 release runs. v2 uses the new
`zig-x86_64-linux-<ver>.tar.xz` layout that Zig switched to in
0.14+.

Also rolls the existing CHANGELOG `[Unreleased]` work into a
dated `[0.0.3]` section and adds the CI fix to its Fixed list.
This commit is contained in:
2026-05-15 19:14:21 +01:00
parent 6d90cd7185
commit fd9c19e5c2
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
go-version-file: go.mod
cache: true
- uses: mlugg/setup-zig@v1
- uses: mlugg/setup-zig@v2
with:
version: 0.15.2