Skip to content

Commit bf4ba7e

Browse files
authored
chore: upgrade golangci-lint to latest version (#57)
* chore: upgrade golangci-linnt to latest version * chore: add exhaustruct to disable list * chore: add version expression to allow all patches of v1.46 * chore: upgraded golangci-lint to v1.46.2
1 parent 01874be commit bf4ba7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
uses: golangci/golangci-lint-action@v2
1616
with:
1717
skip-go-installation: true
18-
version: v1.44.1
18+
version: v1.46.2
1919
args: --timeout=10m

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ linters:
99
- cyclop
1010
- exhaustive
1111
- exhaustivestruct
12+
- exhaustruct
1213
- funlen
1314
- gochecknoglobals
1415
- gocyclo

0 commit comments

Comments
 (0)