build(go): set toolchain to latest version
This commit is contained in:
parent
ecf934feab
commit
e628aafa4b
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -2,6 +2,8 @@ module github.com/navidrome/navidrome
|
||||||
|
|
||||||
go 1.23
|
go 1.23
|
||||||
|
|
||||||
|
toolchain go1.23.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/Masterminds/squirrel v1.5.4
|
github.com/Masterminds/squirrel v1.5.4
|
||||||
github.com/RaveNoX/go-jsoncommentstrip v1.0.0
|
github.com/RaveNoX/go-jsoncommentstrip v1.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue