all: require go 1.18 (#379)

Require Go 1.18 in module file. Resolve related lint issues.
This commit is contained in:
Michael McLoughlin
2023-03-05 20:04:45 -08:00
committed by GitHub
parent 4e72ca720b
commit 759be3dad9
4 changed files with 6 additions and 30 deletions

View File

@@ -29,6 +29,7 @@ linters:
- nosnakecase
- paralleltest
- prealloc
- rowserrcheck
- scopelint
- structcheck
- tagliatelle
@@ -36,6 +37,7 @@ linters:
- unparam
- varcheck
- varnamelen
- wastedassign
- wrapcheck
- wsl
linters-settings: