summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 05ecb27..d59e32e 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Barebones [weather service][peach].
Build requirements:
- make
- - go version 19 or higher
+ - go version 1.24 or higher
To build the peach binary, just do:
diff --git a/go.mod b/go.mod
index f3a691d..7aa21ca 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
module ricketyspace.net/peach
-go 1.19
+go 1.24