mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +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..."
|
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 New Issue
Block a user