From 310c816cdd21b568fe51ce18d0465d6dac84c7f3 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 4 Apr 2023 15:33:42 -0400 Subject: [PATCH] Use Go 1.20 for local cross-compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9740abb9..1d08efca 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.19.5-1 ## https://github.com/navidrome/ci-goreleaser +CI_RELEASER_VERSION=1.20.1-1 ## https://github.com/navidrome/ci-goreleaser setup: check_env download-deps setup-git ##@1_Run_First Install dependencies and prepare development environment @echo Downloading Node dependencies...