.github/ci.yml: Update golangci-lint to 1.39.0

This commit is contained in:
Manuel Rüger 2021-03-30 14:23:43 +02:00
parent aafecf305b
commit 94e4e48795
1 changed files with 1 additions and 1 deletions

View File

@ -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: