docs: fix Go version fallback (#4277)

This commit is contained in:
Mateus Oliveira 2023-12-20 12:46:24 -03:00 committed by GitHub
parent fc509b37dd
commit d131daf184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'