From 1a41525a7e1e21cb6dc9fc19418316670f800a36 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 29 Aug 2024 15:14:20 -0400 Subject: [PATCH] Upgrade `go.mod` to 1.23, allow override CI_RELEASER_VERSION for `make single` and `make all` --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 481d06fd..28d34d42 100644 --- a/Makefile +++ b/Makefile @@ -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/*") diff --git a/go.mod b/go.mod index fe5a72af..73000844 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/navidrome/navidrome // This must match the ci-goreleaser Go version -go 1.22 +go 1.23 // This is the version used by the project toolchain go1.23.0