Merge pull request #309 from andyzhangx/fix-golinter

test: fix golinter error
This commit is contained in:
Kubernetes Prow Robot 2022-04-05 14:41:24 -07:00 committed by GitHub
commit 2a27175b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v2
with:
version: v1.43
version: v1.45
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck --timeout=30m0s
verify-helm:
name: Verify Helm