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.17.6
1+ 1.17.11
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ linters-settings:
104104
105105 gosimple :
106106 # Select the Go version to target. The default is '1.13'.
107- go : " 1.17.6 "
107+ go : " 1.17.11 "
108108
109109 misspell :
110110 # Correct spellings using locale preferences for US or UK.
@@ -153,13 +153,13 @@ linters-settings:
153153
154154 staticcheck :
155155 # Select the Go version to target. The default is '1.13'.
156- go : " 1.17.6 "
156+ go : " 1.17.11 "
157157 # https://staticcheck.io/docs/options#checks
158158 checks : ["all"]
159159
160160 stylecheck :
161161 # Select the Go version to target. The default is '1.13'.
162- go : " 1.17.6 "
162+ go : " 1.17.11 "
163163 # https://staticcheck.io/docs/options#checks
164164 checks : ["all"]
165165
@@ -172,4 +172,4 @@ linters-settings:
172172
173173 unused :
174174 # Select the Go version to target. The default is '1.13'.
175- go : " 1.17.6 "
175+ go : " 1.17.11 "
You can’t perform that action at this time.
0 commit comments