Skip to content

Commit 8c2da6e

Browse files
committed
Update golangci-lint version, remove deprecated checks
1 parent f65bbee commit 8c2da6e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: golangci-lint
3030
uses: golangci/golangci-lint-action@v6
3131
with:
32-
version: v1.54
32+
version: v1.64

.golangci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ linters:
1515
- errchkjson
1616
- errname
1717
- errorlint
18-
- execinquery
1918
- exhaustive
20-
- exportloopref
19+
- copyloopvar
2120
- forbidigo
2221
- forcetypeassert
2322
- gci
@@ -28,12 +27,12 @@ linters:
2827
- gocritic
2928
- gocyclo
3029
- godot
31-
- goerr113
30+
- err113
3231
- gofmt
3332
- gofumpt
3433
- goheader
3534
- goimports
36-
- gomnd
35+
- mnd
3736
- gomodguard
3837
- gosec
3938
- gosimple

0 commit comments

Comments
 (0)