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
6 changed files with 17 additions and 15 deletions
+3 -1
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