chore(lint): fix lint version

This commit is contained in:
Sebastian
2021-01-21 22:40:07 +01:00
committed by GitHub
parent 8db8b0d72c
commit d6c5e395a8

View File

@@ -24,7 +24,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.35.3 curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.35.2
golangci-lint run ./... golangci-lint run ./...
- name: Run tests - name: Run tests