fix(plugins): pin ndpgen module to go 1.25.0 - #5239

Avoids go test requesting the ambiguous go1.25 toolchain bundle when
GOTOOLCHAIN=auto cannot fetch it (pre-push test-ndpgen).

Signed-off-by: elpatron <m.busche@gmail.com>
This commit is contained in:
elpatron 2026-03-22 13:04:04 +01:00
parent be855ff859
commit 276cb06f5f

View File

@ -1,6 +1,6 @@
module github.com/navidrome/navidrome/plugins/cmd/ndpgen
go 1.25
go 1.25.0
require (
github.com/extism/go-pdk v1.1.3