mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Upgrade Go to 1.23 (#3190)
* Upgrade to Golang 1.23rc1 * Fix imports * Go 1.23 final version * Fix lint compatibility with ci-goreleaser
This commit is contained in:
parent
0c33523f45
commit
c4bd0e67fa
6 changed files with 17 additions and 15 deletions
4
go.mod
4
go.mod
|
@ -1,8 +1,10 @@
|
|||
module github.com/navidrome/navidrome
|
||||
|
||||
// This must match the ci-goreleaser Go version
|
||||
go 1.22
|
||||
|
||||
toolchain go1.22.3
|
||||
// This is the version used by the project
|
||||
toolchain go1.23.0
|
||||
|
||||
require (
|
||||
github.com/Masterminds/squirrel v1.5.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue