ci(github): update golangci-lint-action to v8 and lint version to v2.3.4

Signed-off-by: Flc <four_leaf_clover@foxmail.com>
This commit is contained in:
Flc 2025-05-21 23:29:54 +08:00
parent 21cfba8bba
commit f02149ccb4

View File

@ -24,9 +24,9 @@ jobs:
with: with:
go-version: "^1" go-version: "^1"
- name: Setup golangci-lint - name: Setup golangci-lint
uses: golangci/golangci-lint-action@v6 uses: golangci/golangci-lint-action@v8
with: with:
version: v1.61.0 version: v2.3.4
args: --verbose args: --verbose
test: test:
needs: lint needs: lint