Skip to content

Commit bb328e0

Browse files
committed
[ci] upgrade linting action to support golangcilint v2
Change-Id: Ic8f9bf6c5c5d75be26f1dcebd4eef3559dfbdcb7
1 parent 63f68aa commit bb328e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
check-latest: true
2828
- uses: actions/checkout@v4
2929
- name: "Lint"
30-
uses: golangci/golangci-lint-action@v6
30+
uses: golangci/golangci-lint-action@v8
3131
with:
3232
only-new-issues: true
3333
args: --timeout 5m --issues-exit-code 0
@@ -48,7 +48,6 @@ jobs:
4848
check-latest: true
4949
- name: "Run tests"
5050
run: go test -json ./... > test.json
51-
5251
- name: "Annotate tests"
5352
if: always()
5453
uses: guyarb/golang-test-annotations@v0.8.0

0 commit comments

Comments
 (0)