Stricter linting (#113)

This commit is contained in:
Adrian Macneil 2020-01-01 19:11:02 -10:00 committed by GitHub
parent 810bddaea8
commit 98066fadaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 33 additions and 3 deletions

View file

@ -19,7 +19,7 @@ RUN apt-get update \
# golangci-lint
RUN curl -fsSL -o /tmp/lint-install.sh https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
&& chmod +x /tmp/lint-install.sh \
&& /tmp/lint-install.sh -b /usr/local/bin v1.18.0 \
&& /tmp/lint-install.sh -b /usr/local/bin v1.22.2 \
&& rm -f /tmp/lint-install.sh
# download modules