about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-12-27 19:08:35 +0100
committerAlan Pearce2024-12-27 19:08:35 +0100
commit8fcf4cf54ec26ce77a95e7c05a1183543fa4c105 (patch)
tree2301682b467cb58650cc6cb04bf01bcfe70d2b43
parent7022fbc5ed04c6822acb779736cabfa628f88a30 (diff)
downloadsearchix-8fcf4cf54ec26ce77a95e7c05a1183543fa4c105.tar.lz
searchix-8fcf4cf54ec26ce77a95e7c05a1183543fa4c105.tar.zst
searchix-8fcf4cf54ec26ce77a95e7c05a1183543fa4c105.zip
build: workaround nix build error with go 1.23
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 98a2f76..8cd0dc5 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module go.alanpearce.eu/searchix
 
-go 1.23.3
+go 1.22.3
 
 require (
 	badc0de.net/pkg/flagutil v1.0.1