mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Remove incorrect comment in find-lint.sh (#1619)
The referenced issue is about `go build`, not `go get`.
This commit is contained in:
parent
502051421c
commit
98ebbd01e5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user