Skip to content

Commit 47bd552

Browse files
committed
test: fix golinter error
fix
1 parent c3fb352 commit 47bd552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yaml

+1-1
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)