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:
9393
9494 gosimple :
9595 # Select the Go version to target. The default is '1.13'.
96- go : " 1.21.6 "
96+ go : " 1.21.7 "
9797
9898 nakedret :
9999 # 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:
113113
114114 staticcheck :
115115 # Select the Go version to target. The default is '1.13'.
116- go : " 1.21.6 "
116+ go : " 1.21.7 "
117117 checks : ["all"]
118118
119119 stylecheck :
120120 # Select the Go version to target. The default is '1.13'.
121- go : " 1.21.6 "
121+ go : " 1.21.7 "
122122 checks : ["all"]
123123
124124 unused :
125125 # Select the Go version to target. The default is '1.13'.
126- go : " 1.21.6 "
126+ go : " 1.21.7 "
127127
128128 gosec :
129129 excludes :
You can’t perform that action at this time.
0 commit comments