mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +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
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue