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.12
1+ 1.18.4
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ linters-settings:
8686
8787 gosimple :
8888 # Select the Go version to target. The default is '1.13'.
89- go : " 1.17.12 "
89+ go : " 1.18.4 "
9090
9191 nakedret :
9292 # make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -120,19 +120,19 @@ linters-settings:
120120
121121 staticcheck :
122122 # Select the Go version to target. The default is '1.13'.
123- go : " 1.17.12 "
123+ go : " 1.18.4 "
124124 # https://staticcheck.io/docs/options#checks
125125 checks : ["all"]
126126
127127 stylecheck :
128128 # Select the Go version to target. The default is '1.13'.
129- go : " 1.17.12 "
129+ go : " 1.18.4 "
130130 # https://staticcheck.io/docs/options#checks
131131 checks : ["all"]
132132
133133 unused :
134134 # Select the Go version to target. The default is '1.13'.
135- go : " 1.17.12 "
135+ go : " 1.18.4 "
136136
137137 gosec :
138138 excludes :
You can’t perform that action at this time.
0 commit comments