Updated linter

This commit is contained in:
Eduard Urbach 2020-02-10 17:18:28 +09:00
parent e82a9e5e8a
commit 79cba90a4a
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

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