Updated linter version

This commit is contained in:
Eduard Urbach 2019-10-26 12:58:28 +09:00
parent 506fd3c0a7
commit d7ec0e6da9
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -15,7 +15,7 @@ steps:
- make tools - make tools
- make assets - make assets
- make server - make server
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0 - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
- golangci-lint run - golangci-lint run
- make db - make db
- go test -v -coverprofile=coverage.txt . - go test -v -coverprofile=coverage.txt .