5rahim / seanime

Open-source media server with a Web UI and Desktop app for anime and manga.
https://seanime.rahim.app
MIT License
411 stars 32 forks source link

Fix go.mod go version #150

Closed sin3point14 closed 3 weeks ago

sin3point14 commented 3 weeks ago

Previosuly:

$ go build -o seanime -trimpath -ldflags="-s -w"
go: downloading go1.23 (linux/amd64)
go: download go1.23 for linux/amd64: toolchain not available

After this PR it compiles.

This is probably due to the fact that golang started downloading toolchains automatically from go 1.21 and https://github.com/golang/go/issues/57631 so go 1.23 is not valid