build(ci): update golangci-lint

This commit is contained in:
Sebastian
2019-09-10 13:33:33 +02:00
committed by GitHub
parent e3265b1843
commit 46ae2da821

View File

@@ -19,7 +19,7 @@ jobs:
- name: Lint - name: Lint
run: | run: |
export PATH=$PATH:$(go env GOPATH)/bin export PATH=$PATH:$(go env GOPATH)/bin
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.18.0
golangci-lint run ./... golangci-lint run ./...
- name: Run tests - name: Run tests