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.21.6
1
+ 1.21.7
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ linters-settings:
93
93
94
94
gosimple :
95
95
# Select the Go version to target. The default is '1.13'.
96
- go : " 1.21.6 "
96
+ go : " 1.21.7 "
97
97
98
98
nakedret :
99
99
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -113,17 +113,17 @@ linters-settings:
113
113
114
114
staticcheck :
115
115
# Select the Go version to target. The default is '1.13'.
116
- go : " 1.21.6 "
116
+ go : " 1.21.7 "
117
117
checks : ["all"]
118
118
119
119
stylecheck :
120
120
# Select the Go version to target. The default is '1.13'.
121
- go : " 1.21.6 "
121
+ go : " 1.21.7 "
122
122
checks : ["all"]
123
123
124
124
unused :
125
125
# Select the Go version to target. The default is '1.13'.
126
- go : " 1.21.6 "
126
+ go : " 1.21.7 "
127
127
128
128
gosec :
129
129
excludes :
You can’t perform that action at this time.
0 commit comments