Skip to content

Commit f98a667

Browse files
committed
update Go version for nvcheck building stability
1 parent 64ad987 commit f98a667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/vimhelp-nvcheck/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15.6-alpine
1+
FROM golang:1.18.5-alpine3.16
22

33
ENV REVIEWDOG_VERSION=v0.14.1
44

@@ -7,7 +7,7 @@ RUN apk --no-cache add git
77

88
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
99

10-
RUN go get github.com/koron/nvcheck
10+
RUN go install github.com/koron/nvcheck@latest
1111

1212
COPY entrypoint.sh /entrypoint.sh
1313

0 commit comments

Comments
 (0)