Skip to content

Commit c5db3a0

Browse files
authored
chore(ci): bump golangci-lint to 1.64 (#203)
Signed-off-by: Yoan Blanc <[email protected]>
1 parent 0a44705 commit c5db3a0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: 1.22.x
20+
go-version: 1.23.x
2121

2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 #v6.5.0
2424
env:
2525
GOTOOLCHAIN: local
2626
with:
27-
version: v1.59
27+
version: v1.64

.golangci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ linters-settings:
99
- $gostd
1010
- "github.com/editorconfig/editorconfig-core-go/v2"
1111
- "github.com/hashicorp/go-multierror"
12+
- "golang.org/x/mod/semver"
13+
- "gopkg.in/ini.v1"
1214
deny: []
1315
internal:
1416
files:
@@ -29,11 +31,10 @@ linters-settings:
2931
linters:
3032
enable-all: true
3133
disable:
32-
- execinquery
3334
- exhaustruct
34-
- gomnd
3535
- mnd
3636
- tagliatelle
37+
- tenv
3738
- typecheck
3839
- varnamelen
3940
fast: false

0 commit comments

Comments
 (0)