Make golint happy (#165)

This commit is contained in:
Adrian Macneil 2020-10-30 19:04:02 +13:00 committed by GitHub
parent 2b3f59fbe3
commit af41fbfb4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View file

@ -17,7 +17,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.31.0 \
&& /tmp/lint-install.sh -b /usr/local/bin v1.32.0 \
&& rm -f /tmp/lint-install.sh
# download modules