$ 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
Previosuly:
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 sogo 1.23
is not valid