From d355ff96d5dad297202b011b1b60d1b87cdd4d34 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:36:02 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.18.1 --- .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 8475f8a..b0cd05d 100644 --- a/.github/actions/vital-throw-message/Dockerfile +++ b/.github/actions/vital-throw-message/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.22 -ENV REVIEWDOG_VERSION=v0.17.5 +ENV REVIEWDOG_VERSION=v0.18.1 RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${REVIEWDOG_VERSION}