From 80b71231fdb71aee0db2710385f6da15c86486bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:47:58 +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