From c863a8d56f9bc1ad2aea9be555b705f822667184 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:39:29 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.17.4 --- .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 d1430757c..b18a866de 100644 --- a/.github/actions/vital-throw-message/Dockerfile +++ b/.github/actions/vital-throw-message/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.20 -ENV REVIEWDOG_VERSION=v0.17.1 +ENV REVIEWDOG_VERSION=v0.17.4 RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${REVIEWDOG_VERSION}