Browse Source

update golangci-lint

pull/295/head
yedf2 4 years ago
parent
commit
09c99eae86
  1. 2
      helper/golint.sh

2
helper/golint.sh

@ -1,4 +1,4 @@
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

Loading…
Cancel
Save