mirror of
https://github.com/matrix-org/dendrite
synced 2025-01-05 17:58:42 +00:00
Update golangci-lint
This commit is contained in:
parent
b1377d991a
commit
e82539b371
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ echo "Installing golangci-lint..."
|
|||
|
||||
# Make a backup of go.{mod,sum} first
|
||||
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.41.1
|
||||
|
||||
# Run linting
|
||||
echo "Looking for lint..."
|
||||
|
|
Loading…
Reference in a new issue