summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-06 21:00:23 -0500
committerJeff Carr <[email protected]>2023-04-06 21:00:23 -0500
commit3d8d2d8b4d6d090b1c9a9dd64cd633ec38ac956f (patch)
treeb555f28d7605eeb897e50249699a1c23127ed10f
parent27e76ebb005280db2bbbd02b0efa6d7faf4bcec7 (diff)
go 1.18 is needed for plugins
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b879c80..83a8db6 100644
--- a/go.mod
+++ b/go.mod
@@ -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