File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 uses : actions/checkout@master
1515
1616 - name : golangci-lint
17- uses : golangci/golangci-lint-action@master
17+ uses : golangci/golangci-lint-action@v6
1818 with :
1919 # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
20- version : latest
20+ version : v1.59.1
2121
2222 # Optional: working directory, useful for monorepos
2323 # working-directory: somedir
Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ linters:
1818 fast : false
1919 enable :
2020 - bodyclose
21+ - copyloopvar
2122 # - depguard
2223 - dogsled
2324 - errcheck
24- - exportloopref
25+ # - exportloopref
2526 - exhaustive
2627 # - funlen
2728 # - goconst
You can’t perform that action at this time.
0 commit comments