Skip to content

Commit 52b0a66

Browse files
committed
test: fix golinter error
1 parent c3fb352 commit 52b0a66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/static.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Run linter
1313
uses: golangci/golangci-lint-action@v2
1414
with:
15-
version: v1.43
15+
go: '1.17'
16+
version: v1.45
1617
# https://golangci-lint.run/usage/linters/
1718
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)