.github/ci.yml: Update golangci-lint to 1.39.0
This commit is contained in:
parent
aafecf305b
commit
94e4e48795
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- name: Lint
|
||||
run: |
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.39.0
|
||||
make lint
|
||||
|
||||
ci-validate-manifests:
|
||||
|
|
|
|||
Loading…
Reference in New Issue