Update dependencies (#149)

This commit is contained in:
Adrian Macneil 2020-08-07 18:45:32 -07:00 committed by GitHub
parent 0775179987
commit d1b3334ff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 8 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.27.0 \
&& /tmp/lint-install.sh -b /usr/local/bin v1.30.0 \
&& rm -f /tmp/lint-install.sh
# download modules