From a12cb5d5d7c93261301e6277250de96d13a9c3c6 Mon Sep 17 00:00:00 2001 From: Lukas Moeller <93522910+42LM@users.noreply.github.com> Date: Sun, 9 Mar 2025 15:35:28 +0100 Subject: [PATCH] update zig version to `v0.14.0` --- .github/workflows/test.yaml | 2 +- Dockerfile | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e3d6bdc..974323c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,5 +14,5 @@ jobs: - uses: actions/checkout@v4 - uses: goto-bus-stop/setup-zig@v2 with: - version: 0.13.0 + version: 0.14.0 - run: zig build test --summary all diff --git a/Dockerfile b/Dockerfile index 04d90ab..fb1672e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.10 AS builder RUN apk update RUN apk add curl -ARG ZIGVER=0.13.0 +ARG ZIGVER=0.14.0 COPY --from=minisign /usr/local/bin/minisign /usr/local/bin/minisign RUN curl https://ziglang.org/download/$ZIGVER/zig-linux-x86_64-$ZIGVER.tar.xz.minisig -O diff --git a/README.md b/README.md index 760b2f4..729b42e 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ zig build test --summary all ### Docker ```sh -docker build -t zig0.13.0 . +docker build -t zig0.14.0 . ``` ```sh -docker run --name zigist zig0.13.0 $GH_TOKEN $GIST_ID +docker run --name zigist zig0.14.0 $GH_TOKEN $GIST_ID ``` [^1]: Place repository secret: ![Screenshot 2024-03-17 at 23 54 25](https://github.com/42LM/zigist/assets/93522910/667ad7a8-bc4e-4115-85bf-61945095f1dc)