Skip to content

Commit 770a0b1

Browse files
committed
chore(ci): update GolangCI-Lint action to version v7
- Bump GolangCI-Lint GitHub Action from version v6 to v7 for improved compatibility and latest features. - Retain `version: v2.5.0` and `--timeout 5m` configuration for consistent linting behavior.
1 parent 6f300fa commit 770a0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: go test ./... -race -count=1
5353

5454
- name: GolangCI-Lint
55-
uses: golangci/golangci-lint-action@v6
55+
uses: golangci/golangci-lint-action@v7
5656
with:
5757
version: v2.5.0
5858
args: --timeout 5m

0 commit comments

Comments
 (0)