summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--mise.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index b5540db..7a381bb 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module penguins.lan
-go 1.26
+go 1.25
require (
github.com/go-co-op/gocron v1.37.0
diff --git a/mise.toml b/mise.toml
index b55f8c1..ac7816d 100644
--- a/mise.toml
+++ b/mise.toml
@@ -1,2 +1,2 @@
[tools]
-go = "latest"
+go = "1.25"