Update golint in devcontainer (#8218)

This commit is contained in:
Fraser Waters 2021-10-15 11:15:48 +01:00 committed by GitHub
parent 1bd2e7beb4
commit 502917c0e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
FROM pulumi/pulumi
# Install golangci-lint
RUN version=1.40.0 \
RUN version=1.42.1 \
&& curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /go/bin v$version \
&& golangci-lint version