diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-12 13:53:44 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-12 13:53:55 +0100 |
commit | 3d975c9437aaa2939c3179588fcc047ecaa768d7 (patch) | |
tree | 6e99e715e0358b85f0a0294634fe248bff38b9eb | |
parent | fce8fd40cc0fe191c7b1de5c672ad42106031e94 (diff) | |
download | xK-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.
-rw-r--r-- | xA/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module janouch.name/xK/xA -go 1.23 +go 1.22 require ( fyne.io/fyne/v2 v2.5.2 |