Update to Go 1.20. Closes #2185

This commit is contained in:
Gabe Kangas
2023-03-24 12:50:52 -07:00
parent 00e0ce47a0
commit 24c51c831e
7 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ run:
# Define the Go version limit.
# Mainly related to generics support in go1.18.
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.18
go: '1.18'
go: '1.20'
issues:
# The linter has a default list of ignorable errors. Turning this on will enable that list.
@@ -69,7 +69,7 @@ linters-settings:
gosimple:
# Select the Go version to target. The default is '1.13'.
go: '1.18'
go: '1.20'
# https://staticcheck.io/docs/options#checks
checks: ['all']