Go version needed to be pinned in go.mod (#538)

This commit is contained in:
Geoff Bourne
2026-03-17 11:03:02 -05:00
committed by GitHub
parent b6e6114c56
commit 7a093007bc
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/itzg/mc-router module github.com/itzg/mc-router
go 1.25 go 1.25.8
require ( require (
github.com/fsnotify/fsnotify v1.9.0 github.com/fsnotify/fsnotify v1.9.0