Remove incorrect comment in find-lint.sh (#1619)

The referenced issue is about `go build`, not `go get`.
main
Andrew Morgan 2020-12-15 09:45:36 +00:00 committed by GitHub
parent 502051421c
commit 98ebbd01e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ fi
echo "Installing golangci-lint..."
# Make a backup of go.{mod,sum} first
# TODO: Once go 1.13 is out, use go get's -mod=readonly option
# https://github.com/golang/go/issues/30667
cp go.mod go.mod.bak && cp go.sum go.sum.bak
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.19.1