diff --git a/.github/actions/vimhelp-nvcheck/Dockerfile b/.github/actions/vimhelp-nvcheck/Dockerfile index 86da0dac1..2fb47ef00 100644 --- a/.github/actions/vimhelp-nvcheck/Dockerfile +++ b/.github/actions/vimhelp-nvcheck/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.18.5-alpine3.16 -ENV REVIEWDOG_VERSION=v0.16.0 +ENV REVIEWDOG_VERSION=v0.20.3 # hadolint ignore=DL3006 RUN apk --no-cache add git