From 9f00aad216793f9e52bdbd4ff04cdafe3a9560f1 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 12 Sep 2021 14:14:33 -0400 Subject: [PATCH] Upgrade to GoLang 1.17.1 --- .github/workflows/pipeline.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 790eb34b..19682037 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -129,7 +129,7 @@ jobs: - name: Run GoReleaser - SNAPSHOT if: startsWith(github.ref, 'refs/tags/') != true - uses: docker://deluan/ci-goreleaser:1.17.0-1 + uses: docker://deluan/ci-goreleaser:1.17.1-1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -137,7 +137,7 @@ jobs: - name: Run GoReleaser - RELEASE if: startsWith(github.ref, 'refs/tags/') - uses: docker://deluan/ci-goreleaser:1.17.0-1 + uses: docker://deluan/ci-goreleaser:1.17.1-1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/Makefile b/Makefile index 12f73573..f4821204 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.17.0-1 ## https://github.com/navidrome/ci-goreleaser +CI_RELEASER_VERSION=1.17.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...