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.18.4
1+ 1.18.5
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ linters-settings:
8383
8484 gosimple :
8585 # Select the Go version to target. The default is '1.13'.
86- go : " 1.18.4 "
86+ go : " 1.18.5 "
8787
8888 nakedret :
8989 # make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -117,19 +117,19 @@ linters-settings:
117117
118118 staticcheck :
119119 # Select the Go version to target. The default is '1.13'.
120- go : " 1.18.4 "
120+ go : " 1.18.5 "
121121 # https://staticcheck.io/docs/options#checks
122122 checks : ["all"]
123123
124124 stylecheck :
125125 # Select the Go version to target. The default is '1.13'.
126- go : " 1.18.4 "
126+ go : " 1.18.5 "
127127 # https://staticcheck.io/docs/options#checks
128128 checks : ["all"]
129129
130130 unused :
131131 # Select the Go version to target. The default is '1.13'.
132- go : " 1.18.4 "
132+ go : " 1.18.5 "
133133
134134 gosec :
135135 excludes :
You can’t perform that action at this time.
0 commit comments