From 29af0ab53fc4b5eabcb385bdddfe497214fa9278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:34:07 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.24 --- .github/actions/vital-throw-message/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/vital-throw-message/Dockerfile b/.github/actions/vital-throw-message/Dockerfile index 70544a9..095bdd4 100644 --- a/.github/actions/vital-throw-message/Dockerfile +++ b/.github/actions/vital-throw-message/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23 +FROM golang:1.24 ENV REVIEWDOG_VERSION=v0.20.3