Updated linter

This commit is contained in:
Eduard Urbach 2020-02-27 07:29:10 +09:00
parent d01f718fde
commit af12520af7
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -16,7 +16,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.23.3 - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
- golangci-lint run - golangci-lint run
- make db - make db
- go test -v -coverprofile=coverage.txt . - go test -v -coverprofile=coverage.txt .