Skip to content

Commit

Permalink
Release darwin/arm64 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jckuester committed Jul 9, 2021
1 parent 5d01ab5 commit e7610ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.15.x
go-version: 1.16.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: bionic
language: go

go:
- 1.15.x
- 1.16.x

before_install:
- ./before_ci.sh
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jckuester/awsrm

go 1.15
go 1.16

require (
github.com/apex/log v1.9.0
Expand Down

0 comments on commit e7610ef

Please sign in to comment.