Skip to content

Commit

Permalink
Try Zig 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <[email protected]>
  • Loading branch information
egibs committed Aug 14, 2024
1 parent 31d99b3 commit fecc02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
- uses: goto-bus-stop/setup-zig@7ab2955eb728f5440978d5824358023be3a2802d
with:
version: 0.11.0 # https://github.com/ziglang/zig/issues/20689
version: 0.12.0 # https://github.com/ziglang/zig/issues/20689
- name: Fix zig-cache permissions
run: |
mkdir ${{ env.ZIG_USE_GLOBAL_CACHE_DIR }}
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ builds:
- -s -w -X main.BuildVersion={{.Env.VERSION}}
flags:
- -trimpath
- -buildmode=pie
env:
- CGO_ENABLED=1
- >-
Expand Down

0 comments on commit fecc02b

Please sign in to comment.