Skip to content

Commit

Permalink
Build with GoLang 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Jul 24, 2022
1 parent aae79b4 commit bde5be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Expand Up @@ -142,15 +142,15 @@ jobs:

- name: Run GoReleaser - SNAPSHOT
if: startsWith(github.ref, 'refs/tags/') != true
uses: docker://deluan/ci-goreleaser:1.18.0-1
uses: docker://deluan/ci-goreleaser:1.18.4-1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: goreleaser release --rm-dist --skip-publish --snapshot

- name: Run GoReleaser - RELEASE
if: startsWith(github.ref, 'refs/tags/')
uses: docker://deluan/ci-goreleaser:1.18.0-1
uses: docker://deluan/ci-goreleaser:1.18.4-1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -9,7 +9,7 @@ GIT_SHA=source_archive
GIT_TAG=$(patsubst navidrome-%,v%,$(notdir $(PWD)))
endif

CI_RELEASER_VERSION=1.18.0-1 ## https://github.com/navidrome/ci-goreleaser
CI_RELEASER_VERSION=1.18.4-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...
Expand Down

0 comments on commit bde5be3

Please sign in to comment.