Skip to content

Commit

Permalink
Merge pull request #9 from sunny0826/support-arm64
Browse files Browse the repository at this point in the history
update action&goreleaser for arm64
  • Loading branch information
sunny0826 authored Aug 29, 2021
2 parents d65c01b + 48db986 commit d825e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.16
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit d825e65

Please sign in to comment.