File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 1.19.5
1
+ 1.19.7
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ linters-settings:
95
95
96
96
gosimple :
97
97
# Select the Go version to target. The default is '1.13'.
98
- go : " 1.19.5 "
98
+ go : " 1.19.7 "
99
99
100
100
nakedret :
101
101
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -115,17 +115,17 @@ linters-settings:
115
115
116
116
staticcheck :
117
117
# Select the Go version to target. The default is '1.13'.
118
- go : " 1.19.5 "
118
+ go : " 1.19.7 "
119
119
checks : ["all"]
120
120
121
121
stylecheck :
122
122
# Select the Go version to target. The default is '1.13'.
123
- go : " 1.19.5 "
123
+ go : " 1.19.7 "
124
124
checks : ["all"]
125
125
126
126
unused :
127
127
# Select the Go version to target. The default is '1.13'.
128
- go : " 1.19.5 "
128
+ go : " 1.19.7 "
129
129
130
130
gosec :
131
131
excludes :
You can’t perform that action at this time.
0 commit comments