Skip to content

Commit 2a27175

Browse files
authored
Merge pull request #309 from andyzhangx/fix-golinter
test: fix golinter error
2 parents b061320 + 97d0e7e commit 2a27175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Run linter
1313
uses: golangci/golangci-lint-action@v2
1414
with:
15-
version: v1.43
15+
version: v1.45
1616
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck --timeout=30m0s
1717
verify-helm:
1818
name: Verify Helm

0 commit comments

Comments
 (0)