Upgrade go.mod to 1.23, allow override CI_RELEASER_VERSION for make single and make all

This commit is contained in:
Deluan 2024-08-29 15:14:20 -04:00
parent 8ca1aefad6
commit 1a41525a7e
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ GIT_SHA=source_archive
GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD)))
endif
CI_RELEASER_VERSION=1.23.0-1 ## https://github.com/navidrome/ci-goreleaser
CI_RELEASER_VERSION ?= 1.23.0-1 ## https://github.com/navidrome/ci-goreleaser
UI_SRC_FILES := $(shell find ui -type f -not -path "ui/build/*" -not -path "ui/node_modules/*")