From a903619acadc39579b2061e2760d562e270bdfc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:44:56 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.5 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index f51cbc4..f3dd52c 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ all: +golang-base golang-base: - FROM golang:1.23.4-alpine + FROM golang:1.23.5-alpine WORKDIR /app ARG VERSION=dev