diff --git a/.github/actions/vital-throw-message/Dockerfile b/.github/actions/vital-throw-message/Dockerfile index 0cb55d441..3ebd07ec4 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.20.1 +ENV REVIEWDOG_VERSION=v0.20.2 RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${REVIEWDOG_VERSION}