Conversation
Replace dapper‑based Makefile targets with Zig build commands, introduce a build.zig script to drive Go binary compilation, update .gitignore for Zig cache directories, and make version.sh robust when yq is unavailable.
- Install Zig 0.13.0 in all workflows via mlugg/setup‑zig - Use `zig build download` for resource generation - Run tests with `zig build test` in the testing workflow - Upgrade Go to 1.23 and simplify cache path to `go.sum` across workflows - Minor formatting adjustments for consistency.
Contributor
Update GitHub Actions to use latest versions (checkout@v4, action-gh-release@v2, publish-unit-test-result-action@v2), use go-version-file instead of hardcoded go-version, remove hardcoded ref:"dev" in testing workflow, fix brace expansion in mkdir, and split build/package steps for clarity. Add missing Makefile targets (generate, package, package-cli, package-airgap) and fix duplicate clean target from dynamic TARGETS generation.
|
Contributor
Test Results274 tests 274 ✅ 4m 13s ⏱️ Results for commit 4ee1d1a. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.