From 00cbe4c357ad5fefdad30b9c0eb8ef304fb22c11 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 9 May 2024 21:58:10 -0400 Subject: [PATCH] Update Go to 1.22.3 --- .github/workflows/pipeline.yml | 6 +++--- Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 07ffece50..c4f93f132 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -13,7 +13,7 @@ jobs: go-lint: name: Lint Go code runs-on: ubuntu-latest - container: deluan/ci-goreleaser:1.22.2-1 + container: deluan/ci-goreleaser:1.22.3-1 steps: - uses: actions/checkout@v4 @@ -44,7 +44,7 @@ jobs: go: name: Test Go code runs-on: ubuntu-latest - container: deluan/ci-goreleaser:1.22.2-1 + container: deluan/ci-goreleaser:1.22.3-1 steps: - name: Check out code into the Go module directory uses: actions/checkout@v4 @@ -104,7 +104,7 @@ jobs: name: Build binaries needs: [js, go, go-lint] runs-on: ubuntu-latest - container: deluan/ci-goreleaser:1.22.2-1 + container: deluan/ci-goreleaser:1.22.3-1 steps: - name: Checkout Code uses: actions/checkout@v4 diff --git a/Makefile b/Makefile index 995d57303..1edeb303b 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.22.2-1 ## https://github.com/navidrome/ci-goreleaser +CI_RELEASER_VERSION=1.22.3-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...