Skip to content

Commit 2679e55

Browse files
committed
ci: update golangci-lint action to use v2.2.0
1 parent 9fec3ce commit 2679e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
go-version: '1.22.x'
5858

5959
- name: Run golangci-lint
60-
uses: golangci/golangci-lint-action@v3
60+
uses: golangci/golangci-lint-action@v6
6161
with:
62-
version: latest
62+
version: v2.2.0
6363
args: --timeout 5m
6464

6565
build:

0 commit comments

Comments
 (0)