aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-07-07 11:19:09 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-07-07 11:19:09 +0200
commitb912ad466560d36b80eca0a03fca967bf1769898 (patch)
treea1664fa04d7f05aad260aaef15207c268f21ebbb /go.mod
parentb196b4f6ad3e66b25b2e602cf63cfab23dfc3376 (diff)
downloadsourcewatch-b912ad466560d36b80eca0a03fca967bf1769898.tar.gz
sourcewatch-b912ad466560d36b80eca0a03fca967bf1769898.zip
Downgrade Go version to 1.21 for broader compatibility
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 78e7d9a..225eb23 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module sourcewatch
-go 1.24
+go 1.23
require (
github.com/fsnotify/fsnotify v1.10.1