go 1.18 is needed for plugins

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-04-06 21:00:23 -05:00
parent 57283a4da7
commit 6f6f1a6c25
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module git.wit.org/wit/gui
go 1.17
go 1.18
require (
github.com/alexflint/go-arg v1.4.3