mirror of https://github.com/status-im/migrate.git
Update golangci-lint to v1.18.0 for Go 1.13 compatibility
This commit is contained in:
parent
be590bf1b9
commit
002e0aced4
|
@ -34,7 +34,7 @@ before_install:
|
|||
- sudo apt-get update
|
||||
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
|
||||
# Install golangci-lint
|
||||
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
|
||||
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0
|
||||
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue