diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-04-10 00:21:27 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-04-10 00:21:27 +0200 |
commit | c90e03271e7f55ec89f687a6b5edb953e91a1055 (patch) | |
tree | 5b619d6e2a2e3c8ab05cdc5470e9fcee3c200536 | |
parent | 91db4c7d846608482ef45d1432ab3f653cda73ed (diff) | |
download | bbc-on-ice-master.tar.gz bbc-on-ice-master.tar.xz bbc-on-ice-master.zip |
Accept more Go versionsHEADorigin/mastermaster
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ module janouch.name/bbc-on-ice -go 1.22.0 +go 1.20.0 |