Skip to content

Commit

Permalink
ci(github): updating actions for apple silicon builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sc250024 committed Apr 26, 2021
1 parent c4a8cb7 commit 69f296d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2
with:
go-version: '^1.15.6'
go-version: '^1.16.3'
- uses: actions/cache@v1
with:
path: /home/runner/go/pkg/mod
key: go-mod
- uses: goreleaser/goreleaser-action@v1
- uses: goreleaser/goreleaser-action@v2
with:
args: release --snapshot --skip-sign
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2
with:
go-version: '^1.15.6'
go-version: '^1.16.3'
- uses: actions/cache@v1
with:
path: /home/runner/go/pkg/mod
key: go-mod
- name: Login to Docker hub
run: docker login -u ${{ secrets.DOCKER_HUB_USER }} -p ${{ secrets.DOCKER_HUB_PASSWORD }}
- uses: goreleaser/goreleaser-action@v1
- uses: goreleaser/goreleaser-action@v2
with:
args: release
key: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit 69f296d

Please sign in to comment.