Skip to content

Commit 6d7ebfa

Browse files
committed
ci: update linting workflow to use latest golangci-lint versions
- Update golangci-lint-action to version v8 and set linter version to v2.1 in the GitHub Actions workflow Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent dd26f13 commit 6d7ebfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
go-version-file: "go.mod"
2020
check-latest: true
2121
- name: Setup golangci-lint
22-
uses: golangci/golangci-lint-action@v7
22+
uses: golangci/golangci-lint-action@v8
2323
with:
24-
version: v2.0
24+
version: v2.1
2525
args: --verbose
2626

2727
- name: Bearer

0 commit comments

Comments
 (0)