From 16a3dd60a001245746b05bdea68510a10442f70b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 21:39:32 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.7 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index aebc571..dd7c9aa 100644 --- a/Earthfile +++ b/Earthfile @@ -66,5 +66,5 @@ deps: RUN go mod download go: - FROM golang:1.24.3-alpine + FROM golang:1.25.7-alpine