|
|
@ -71,12 +71,12 @@ linters-settings:
|
|
|
|
simplify: true
|
|
|
|
simplify: true
|
|
|
|
staticcheck:
|
|
|
|
staticcheck:
|
|
|
|
# Select the Go version to target. The default is '1.13'.
|
|
|
|
# Select the Go version to target. The default is '1.13'.
|
|
|
|
go: "1.16"
|
|
|
|
go: "1.19"
|
|
|
|
# https://staticcheck.io/docs/options#checks
|
|
|
|
# https://staticcheck.io/docs/options#checks
|
|
|
|
checks: ["all"]
|
|
|
|
checks: ["all"]
|
|
|
|
stylecheck:
|
|
|
|
stylecheck:
|
|
|
|
# Select the Go version to target. The default is '1.13'.
|
|
|
|
# Select the Go version to target. The default is '1.13'.
|
|
|
|
go: "1.18"
|
|
|
|
go: "1.19"
|
|
|
|
# https://staticcheck.io/docs/options#checks
|
|
|
|
# https://staticcheck.io/docs/options#checks
|
|
|
|
checks: ["all"]
|
|
|
|
checks: ["all"]
|
|
|
|
errcheck:
|
|
|
|
errcheck:
|
|
|
|