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:
Deluan Quintão 2024-08-19 17:47:54 -04:00 committed by GitHub
parent 0c33523f45
commit c4bd0e67fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 15 deletions

4
go.mod
View file

@ -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