From b61e86c6c65669223d352eba8824b94c1a175d80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:36:31 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.4 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index a731f2a..a207825 100644 --- a/Earthfile +++ b/Earthfile @@ -83,7 +83,7 @@ check-python-formatting: golang-base: - FROM golang:1.22.1 + FROM golang:1.23.4@sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 WORKDIR "/conventional_commits_next_version"