Update GoLang to 1.17 (#1295)

* Update GoLang to 1.17

* Rename pipeline jobs
This commit is contained in:
Deluan Quintão 2021-09-09 00:26:56 -04:00 committed by GitHub
parent 25aab8bcb5
commit c2251e6ddc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -9,7 +9,7 @@ GIT_SHA=source_archive
GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD)))
endif
CI_RELEASER_VERSION=1.16.4-1 ## https://github.com/navidrome/ci-goreleaser
CI_RELEASER_VERSION=1.17.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...