mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
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:
parent
be855ff859
commit
276cb06f5f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user