Skip to content

Commit 412b57a

Browse files
committed
ci: upgrade golangci-lint version
disable static analysis of tests files
1 parent 022bb34 commit 412b57a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
go-version: "1.24.2"
2121
- run: go mod tidy
2222
- name: golangci-lint
23-
uses: golangci/golangci-lint-action@v7
23+
uses: golangci/golangci-lint-action@v8
2424
with:
25-
version: v2.0
25+
version: latest
26+
args: --tests=false
2627
continue-on-error: true
2728

2829
gosec:

0 commit comments

Comments
 (0)