Update Go to 1.22.3
This commit is contained in:
parent
c556088820
commit
9ee63b39cb
1 changed files with 3 additions and 1 deletions
4
go.mod
4
go.mod
|
|
@ -1,6 +1,8 @@
|
||||||
module github.com/navidrome/navidrome
|
module github.com/navidrome/navidrome
|
||||||
|
|
||||||
go 1.21
|
go 1.22
|
||||||
|
|
||||||
|
toolchain go1.22.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/Masterminds/squirrel v1.5.4
|
github.com/Masterminds/squirrel v1.5.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue