Updated dependencies

This commit is contained in:
2021-11-19 00:08:59 +09:00
parent 65823bca01
commit 0dbbd9e621
6 changed files with 301 additions and 224 deletions

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.23.6
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0
- golangci-lint run
- make db
- go test -v -coverprofile=coverage.txt .