Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.15.2
zig-version: 0.16.0

- name: Lint
run: zig fmt --check *.zig
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Set up Zig
uses: korandoru/setup-zig@v1
with:
zig-version: 0.15.2
zig-version: 0.16.0

- name: Test
run: zig build test --summary all
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// This field is optional.
// This is currently advisory only; Zig does not yet do anything
// with this value.
.minimum_zig_version = "0.15.2",
.minimum_zig_version = "0.16.0",

// Together with name, this represents a globally unique package
// identifier. This field is generated by the Zig toolchain when the
Expand Down
Loading