Skip to content

Commit 64366e2

Browse files
authored
Upgrade golangci-lint action to v8
1 parent aed1591 commit 64366e2

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- 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-
13+
uses: golangci/golangci-lint-action@v8
2014
- name: test
2115
run: go test -v ./...

0 commit comments

Comments
 (0)