Skip to content

fix: update GitHub Actions dependencies#9

Merged
javi11 merged 3 commits intomainfrom
fix/github-actions-deps
Dec 19, 2025
Merged

fix: update GitHub Actions dependencies#9
javi11 merged 3 commits intomainfrom
fix/github-actions-deps

Conversation

@javi11
Copy link
Copy Markdown
Owner

@javi11 javi11 commented Dec 19, 2025

Summary

Fixes the GitHub Actions release workflow errors caused by outdated dependencies.

Changes

  • Updated mlugg/setup-zig from v1 to v2
  • Set explicit Zig version to 0.13.0 (stable, available version)
  • Fixed Go version from 1.24.0 to 1.24 (1.24.0 doesn't exist yet)

Problem Solved

Resolves the 404/503 errors when downloading Zig 0.15.2 from mirrors:

  • The v1 action was trying to fetch an unavailable Zig version
  • The v2 action has better mirror selection and fallback mechanisms
  • Using a stable Zig version (0.13.0) ensures availability

Testing

The workflow should now pass without mirror errors.

- Update mlugg/setup-zig from v1 to v2 with Zig 0.13.0
- Fix Go version from 1.24.0 to 1.24 (1.24.0 doesn't exist yet)
- Resolves 404/503 errors when downloading Zig from mirrors
@javi11 javi11 merged commit b85476f into main Dec 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant