diff --git a/.github/actions/vital-throw-message/Dockerfile b/.github/actions/vital-throw-message/Dockerfile index 413834e..7c5f39a 100644 --- a/.github/actions/vital-throw-message/Dockerfile +++ b/.github/actions/vital-throw-message/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.21 -ENV REVIEWDOG_VERSION=v0.15.0 +ENV REVIEWDOG_VERSION=v0.16.0 RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${REVIEWDOG_VERSION}