From 7a2a9abaf2361d6a09dec25fb6fbf9d49a1f8755 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:42:27 +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 b4287e4..29a02d4 100644 --- a/Earthfile +++ b/Earthfile @@ -41,7 +41,7 @@ check-conventional-commits-linting: golang-base: - FROM golang:1.22.1 + FROM golang:1.23.4@sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37 WORKDIR "/nasm-x86-shellcode-generator"