aboutsummaryrefslogtreecommitdiff
path: root/xA/go.mod
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-11-12 13:53:44 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-11-12 13:53:55 +0100
commit3d975c9437aaa2939c3179588fcc047ecaa768d7 (patch)
tree6e99e715e0358b85f0a0294634fe248bff38b9eb /xA/go.mod
parentfce8fd40cc0fe191c7b1de5c672ad42106031e94 (diff)
downloadxK-3d975c9437aaa2939c3179588fcc047ecaa768d7.tar.gz
xK-3d975c9437aaa2939c3179588fcc047ecaa768d7.tar.xz
xK-3d975c9437aaa2939c3179588fcc047ecaa768d7.zip
xA: downgrade Go version requirement
We need 1.22 for the "for" loop variable scope change.
Diffstat (limited to 'xA/go.mod')
-rw-r--r--xA/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/xA/go.mod b/xA/go.mod
index 3b12918..b758d9e 100644
--- a/xA/go.mod
+++ b/xA/go.mod
@@ -1,6 +1,6 @@
module janouch.name/xK/xA
-go 1.23
+go 1.22
require (
fyne.io/fyne/v2 v2.5.2