mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Upgrade go.mod
to 1.23, allow override CI_RELEASER_VERSION for make single
and make all
This commit is contained in:
parent
8ca1aefad6
commit
1a41525a7e
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ GIT_SHA=source_archive
|
||||||
GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD)))
|
GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD)))
|
||||||
endif
|
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/*")
|
UI_SRC_FILES := $(shell find ui -type f -not -path "ui/build/*" -not -path "ui/node_modules/*")
|
||||||
|
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,7 +1,7 @@
|
||||||
module github.com/navidrome/navidrome
|
module github.com/navidrome/navidrome
|
||||||
|
|
||||||
// This must match the ci-goreleaser Go version
|
// This must match the ci-goreleaser Go version
|
||||||
go 1.22
|
go 1.23
|
||||||
|
|
||||||
// This is the version used by the project
|
// This is the version used by the project
|
||||||
toolchain go1.23.0
|
toolchain go1.23.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue