From daafec610325b4b18e63cc73dfba0b184e272c79 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:23:51 +0000 Subject: [PATCH] build: update Zig version to 0.16.0-dev.2973+06b85a4fd Updated the ZIG_VERSION argument in .devcontainer/Dockerfile to match the latest master version from ziglang.org. This addresses potential CI failures on the main branch. Co-authored-by: hulto <7121375+hulto@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 6514b886f..a847d026c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ FROM mcr.microsoft.com/devcontainers/base:trixie -ARG ZIG_VERSION=0.16.0-dev.2877+627f03af9 +ARG ZIG_VERSION=0.16.0-dev.2973+06b85a4fd ENV GOPATH=/go ENV RUSTUP_HOME=/usr/local/rustup \