From 52245288e395424bf2216e1b429e8d0bc89c68f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 06:04:50 +0000 Subject: [PATCH] chore(deps): update golang:1.24.0 docker digest to 2b1cbf2 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index f12cb124..e02f534f 100644 --- a/Earthfile +++ b/Earthfile @@ -61,7 +61,7 @@ check-rust-formatting: golang-base: - FROM golang:1.24.0@sha256:4546829ecda4404596cf5c9d8936488283910a3564ffc8fe4f32b33ddaeff239 + FROM golang:1.24.0@sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da WORKDIR "/monkey_interpreter"