diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-07-07 11:19:09 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-07-07 11:19:09 +0200 |
| commit | b912ad466560d36b80eca0a03fca967bf1769898 (patch) | |
| tree | a1664fa04d7f05aad260aaef15207c268f21ebbb /go.mod | |
| parent | b196b4f6ad3e66b25b2e602cf63cfab23dfc3376 (diff) | |
| download | sourcewatch-b912ad466560d36b80eca0a03fca967bf1769898.tar.gz sourcewatch-b912ad466560d36b80eca0a03fca967bf1769898.zip | |
Downgrade Go version to 1.21 for broader compatibility
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module sourcewatch -go 1.24 +go 1.23 require ( github.com/fsnotify/fsnotify v1.10.1 |
