Skip to content

Commit 55ce382

Browse files
committed
Use latest golangci-lint
1 parent d1943af commit 55ce382

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: golangci-lint
1212
uses: golangci/golangci-lint-action@v2
1313
with:
14-
version: v1.32
14+
version: latest

.golangci.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@
1414
"gocyclo",
1515
"gocritic",
1616
"gofumpt",
17-
"golint",
1817
"gosec",
1918
"gosimple",
2019
"govet",
2120
"ineffassign",
22-
"maligned",
2321
"misspell",
2422
"nakedret",
2523
"noctx",
2624
"nolintlint",
25+
"revive",
2726
"sqlclosecheck",
2827
"staticcheck",
2928
"structcheck",

0 commit comments

Comments
 (0)