Skip to content

Commit

Permalink
Merge pull request #290 from Pradumnasaraf/fix-goreleaser-workflow
Browse files Browse the repository at this point in the history
fix: deprecated version of actions - goreleaser workflow
  • Loading branch information
alejandrojnm committed Mar 9, 2023
2 parents 29de235 + 88f9bb6 commit 066e853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Unshallow
run: git fetch --prune --unshallow

- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: 1.18.x

Expand All @@ -37,7 +37,7 @@ jobs:
# snapcraft login --with <(echo "$SNAPCRAFT_LOGIN")

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
args: release --rm-dist
env:
Expand Down

0 comments on commit 066e853

Please sign in to comment.