Update golangci-lint

This commit is contained in:
Cody Soyland 2019-09-17 13:33:54 -05:00
parent ce59aa102e
commit f8f9d0e3d1

View file

@ -33,7 +33,7 @@ jobs:
<<: *defaults
steps:
- *fast-checkout
- run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.13.2
- run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.18.0
- run: sudo cp bin/golangci-lint /usr/local/bin/
- run: make golangci-lint
test-build-arm: