This commit is contained in:
Adrian Macneil 2020-11-10 12:38:51 +13:00 committed by GitHub
parent e44e09eb67
commit c2b14bb7e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 21 deletions

View file

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