From e671614d49dcb8f6fae7189a1f690aa75e99399f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:57:52 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 --- .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 610181a..3293c5f 100644 --- a/.github/actions/vital-throw-message/Dockerfile +++ b/.github/actions/vital-throw-message/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22 +FROM golang:1.23 ENV REVIEWDOG_VERSION=v0.20.1