From 9a2264e86c4ee5cc14c62e5f30d7b48b9a8136c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:43:17 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.1 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 513b6f8..39b865a 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ all: +golang-base golang-base: - FROM golang:1.22.0-alpine + FROM golang:1.22.1-alpine WORKDIR /app ARG VERSION=dev