File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 33
33
- uses : ./.github/actions/install-go
34
34
- uses : golangci/golangci-lint-action@v5
35
35
with :
36
- version : v1.56.1
36
+ version : v1.58.0
37
37
skip-cache : true
38
38
args : --timeout=8m
39
39
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ linters:
13
13
- tenv # Detects using os.Setenv instead of t.Setenv since Go 1.17
14
14
- unconvert
15
15
- unused
16
- - vet
16
+ - govet
17
17
- dupword # Checks for duplicate words in the source code
18
18
disable :
19
19
- errcheck
@@ -76,12 +76,13 @@ linters-settings:
76
76
nolintlint :
77
77
allow-unused : true
78
78
79
- run :
80
- timeout : 8m
81
- skip-dirs :
79
+ exclude-dirs :
82
80
- api
83
81
- cluster
84
82
- docs
85
83
- docs/man
86
84
- releases
87
85
- test # e2e scripts
86
+
87
+ run :
88
+ timeout : 8m
You can’t perform that action at this time.
0 commit comments