Skip to content

Commit 738bd4c

Browse files
authored
Merge pull request #641 from andyzhangx/fix-golinter
test: fix golinter error
2 parents c3fb352 + 47bd552 commit 738bd4c

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,6 +12,6 @@ jobs:
1212
- name: Run linter
1313
uses: golangci/golangci-lint-action@v2
1414
with:
15-
version: v1.43
15+
version: v1.45
1616
# https://golangci-lint.run/usage/linters/
1717
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,depguard,dogsled,dupl,durationcheck,errname,errorlint,forbidigo -D=staticcheck --timeout=30m0s

0 commit comments

Comments
 (0)