From dc0adb03e8fa4fa8b58f19e18648e5503eb346e5 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Fri, 18 Aug 2023 19:53:06 -0600 Subject: [PATCH] Go version req bump --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9a198a0..10322b6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module hg.code.netlandish.com/~netlandish/gobwebs -go 1.18 +go 1.20 require ( git.sr.ht/~sircmpwn/dowork v0.0.0-20221010085743-46c4299d76a1 -- 2.45.2