Upgrade to GoLang 1.18

This commit is contained in:
Deluan
2022-03-26 22:44:47 -04:00
parent ce0db8344b
commit aae79b4561
6 changed files with 330 additions and 173 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ GIT_SHA=source_archive
GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD)))
endif
CI_RELEASER_VERSION=1.17.2-1 ## https://github.com/navidrome/ci-goreleaser
CI_RELEASER_VERSION=1.18.0-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...