mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Remove incorrect comment in find-lint.sh
The referenced issue is about `go build`, not `go get`.
This commit is contained in:
parent
e1d32e2ff1
commit
e73052ab2d
|
|
@ -24,8 +24,6 @@ fi
|
||||||
echo "Installing golangci-lint..."
|
echo "Installing golangci-lint..."
|
||||||
|
|
||||||
# Make a backup of go.{mod,sum} first
|
# 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
|
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
|
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.19.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue