Skip to content

Commit

Permalink
update comment to reflect using golangci-lint instead of meta-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstimothy committed Feb 7, 2022
1 parent c385869 commit 4ece427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ENV GOPATH="/go" \
# Install addlicense
RUN go install github.com/google/[email protected]

# Install meta-linter.
# Install golangci-lint.
RUN (curl -L https://github.com/golangci/golangci-lint/releases/download/v1.44.0/golangci-lint-1.44.0-$(go env GOOS)-$(go env GOARCH).tar.gz | tar -xz && \
cp golangci-lint-1.44.0-$(go env GOOS)-$(go env GOARCH)/golangci-lint /bin/ && \
rm -r golangci-lint*)
Expand Down

0 comments on commit 4ece427

Please sign in to comment.