Update golangci-lint to 1.43.0

This commit is contained in:
bvanvugt 2022-01-10 22:26:45 +00:00
parent e1ab986486
commit a1ee890dde

View file

@ -26,7 +26,7 @@ jobs:
go-version: '1.17'
- name: Run golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.35.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.43.0
golangci-lint run -v ./...
test: