fix: build on Go 1.25.6

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2026-01-15 19:31:23 -05:00
parent 8485371ad3
commit 84bf4fac04
+1
View File
@@ -15,6 +15,7 @@ concurrency:
env: env:
CROSS_TAGLIB_VERSION: "2.1.1-1" CROSS_TAGLIB_VERSION: "2.1.1-1"
CGO_CFLAGS_ALLOW: "--define-prefix"
IS_RELEASE: ${{ startsWith(github.ref, 'refs/tags/') && 'true' || 'false' }} IS_RELEASE: ${{ startsWith(github.ref, 'refs/tags/') && 'true' || 'false' }}
jobs: jobs: