mirror of https://github.com/dtm-labs/dtm.git
1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@ |
|||||
set -x |
set -x |
||||
|
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.0 |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2 |
||||
$(go env GOPATH)/bin/golangci-lint run |
$(go env GOPATH)/bin/golangci-lint run |
||||
|
|||||
Loading…
Reference in new issue