From e06c58ea52d3c5a8d060b747082df16fba0259ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:12:08 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.3 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 429ed67..170810a 100644 --- a/Earthfile +++ b/Earthfile @@ -47,7 +47,7 @@ COPY_SOURCECODE: golang-base: - FROM golang:1.22.1 + FROM golang:1.23.3@sha256:73f06be4578c9987ce560087e2e2ea6485fb605e3910542cadd8fa09fc5f3e31 WORKDIR "/zsh-simple-abbreviations"