Skip to content

Commit a47d8f0

Browse files
chore: update lint workflows
1 parent 66ed139 commit a47d8f0

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
go-version: "1.25"
1919
cache: true
2020

21-
- uses: golangci/golangci-lint-action@v6
21+
- uses: golangci/golangci-lint-action@v8
2222
with:
23-
version: latest
24-
install-mode: goinstall
23+
version: v2.12.2

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ linters:
1313
enable-all: true
1414
disable:
1515
- fieldalignment
16-
1716
staticcheck:
1817
checks:
1918
- all
@@ -44,4 +43,3 @@ formatters:
4443
- third_party$
4544
- builtin$
4645
- examples$
47-

0 commit comments

Comments
 (0)