mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-14 15:28:43 -04:00
docs: fix Go version fallback (#4277)
This commit is contained in:
parent
fc509b37dd
commit
d131daf184
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ run:
|
|||
|
||||
# Define the Go version limit.
|
||||
# Mainly related to generics support since go1.18.
|
||||
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.18
|
||||
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.17
|
||||
go: '1.19'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue