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

4
go.mod
View File

@@ -1,9 +1,11 @@
module github.com/mmcloughlin/avo
go 1.16
go 1.18
require (
golang.org/x/arch v0.2.0
golang.org/x/sys v0.5.0
golang.org/x/tools v0.6.0
)
require golang.org/x/mod v0.8.0 // indirect