From be8b987c64ff4c709c069f831cca0bf38d4cb47a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 04:57:54 +0000 Subject: [PATCH] chore(deps): update golang:1.24.3 docker digest to 81bf592 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 73088b8..4d8afc7 100644 --- a/Earthfile +++ b/Earthfile @@ -59,7 +59,7 @@ check-rust-formatting: golang-base: - FROM golang:1.24.3@sha256:4c0a1814a7c6c65ece28b3bfea14ee3cf83b5e80b81418453f0e9d5255a5d7b8 + FROM golang:1.24.3@sha256:81bf5927dc91aefb42e2bc3a5abdbe9bb3bae8ba8b107e2a4cf43ce3402534c6 WORKDIR "/monkey_interpreter"