We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed1591 commit 64366e2Copy full SHA for 64366e2
1 file changed
.github/workflows/lint.yml
@@ -10,12 +10,6 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- name: golangci-lint
13
- uses: golangci/golangci-lint-action@v3
14
- with:
15
- # Optional: show only new issues if it's a pull request. The default value is `false`.
16
- only-new-issues: true
17
- # show file name and line numbers in output
18
- args: --timeout 15m0s --verbose --out-${NO_FUTURE}format colored-line-number -D errcheck
19
-
+ uses: golangci/golangci-lint-action@v8
20
- name: test
21
run: go test -v ./...
0 commit comments