We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ad987 commit f98a667Copy full SHA for f98a667
.github/actions/vimhelp-nvcheck/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.15.6-alpine
+FROM golang:1.18.5-alpine3.16
2
3
ENV REVIEWDOG_VERSION=v0.14.1
4
@@ -7,7 +7,7 @@ RUN apk --no-cache add git
7
8
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
9
10
-RUN go get github.com/koron/nvcheck
+RUN go install github.com/koron/nvcheck@latest
11
12
COPY entrypoint.sh /entrypoint.sh
13
0 commit comments