Skip to content

Commit 6f4912f

Browse files
committed
chore(ci/cd): Update golangci-lint-action to v8
1 parent ea4a0da commit 6f4912f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
go-version: '1.23'
2525
- name: Lint Code
26-
uses: golangci/golangci-lint-action@v4
26+
uses: golangci/golangci-lint-action@v8
2727
with:
28-
args: --timeout 10m0s
28+
args:

.golangci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: "2"
2+
3+
run:
4+
timeout: 10m
5+
tests: false

0 commit comments

Comments
 (0)