chore: update dependencies

This commit is contained in:
Chris Lane
2020-08-08 10:29:29 -04:00
parent ad7ad64a75
commit dfba3da003
20 changed files with 470 additions and 98 deletions

View File

@ -4,7 +4,7 @@ go:
- "1.13.x"
script:
- go test -v ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.22.2
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.26.0
- ./bin/golangci-lint run
- git clean -fdx .
after_success: