Updated dependencies

This commit is contained in:
2019-06-17 18:25:17 +09:00
parent 07da203b07
commit a728794540
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ steps:
- tsc
- pack
- go build -v
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1
- golangci-lint run
- go test -v -coverprofile=coverage.txt .
# - go mod download