Skip to content

Commit

Permalink
go 1.16 and arm64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jun 2, 2021
1 parent 74321ac commit 513f4b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.13.x
- uses: goreleaser/goreleaser-action@v1
go-version: 1.16.x
- uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ builds:
- darwin
goarch:
- amd64
- arm64
checksum:
name_template: 'pbcopy-checksums.txt'
archives:
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/skaji/remote-pbcopy-iterm2

go 1.16

0 comments on commit 513f4b9

Please sign in to comment.