docs: remove description for deprecated "go" option (#3667)

This commit is contained in:
Oleksandr Redko 2023-03-10 19:09:18 +02:00 committed by GitHub
parent 55d800ec12
commit 28a94fde5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -625,8 +625,6 @@ linters-settings:
replacement: 'a[b:]'
gofumpt:
# Select the Go version to target.
# Default: "1.15"
# Deprecated: use the global `run.go` instead.
lang-version: "1.17"
@ -770,8 +768,6 @@ linters-settings:
local_replace_directives: false
gosimple:
# Select the Go version to target.
# Default: 1.13
# Deprecated: use the global `run.go` instead.
go: "1.15"
# Sxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
@ -1685,8 +1681,6 @@ linters-settings:
- github.com/jmoiron/sqlx
staticcheck:
# Select the Go version to target.
# Default: "1.13"
# Deprecated: use the global `run.go` instead.
go: "1.15"
# SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks
@ -1694,8 +1688,6 @@ linters-settings:
checks: [ "all" ]
stylecheck:
# Select the Go version to target.
# Default: 1.13
# Deprecated: use the global `run.go` instead.
go: "1.15"
# STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks