From 5f44d27212c06421cb61ffc71c83b3b2dae2b37a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:41:54 +0000 Subject: [PATCH 1/2] chore(deps): update golang docker tag to v1.23.2 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 02d9bae..e775ccd 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ all: +golang-base golang-base: - FROM golang:1.23.1-alpine + FROM golang:1.23.2-alpine WORKDIR /app ARG VERSION=dev From 0e2f8b8ebdbf1a61d6a7053f89a8d74ea6632707 Mon Sep 17 00:00:00 2001 From: Arsene Date: Sun, 6 Oct 2024 18:00:03 +0100 Subject: [PATCH 2/2] update the docker image to generate --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index e775ccd..c391266 100644 --- a/Earthfile +++ b/Earthfile @@ -43,4 +43,4 @@ golang-base: RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0 RUN ls -la $(which golangci-lint) - SAVE IMAGE --push tochemey/docker-go:1.22.5-${VERSION} + SAVE IMAGE --push tochemey/docker-go:1.23.2-${VERSION}