From 86600e0cb750b620a6c9e31a7d41b534c69fddd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:17:39 +0100 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.2 (#95) * chore(deps): update golang docker tag to v1.23.2 * update the docker image to generate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arsene --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 1bab069..c1b605b 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 @@ -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}