Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
update go.sum + support apple m1 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidji99 authored Feb 25, 2021
1 parent aeeae33 commit a29a19a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.15
go-version: 1.16
-
name: Import GPG key
id: import_gpg
Expand All @@ -28,7 +28,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: v0.155.2 # hard peg to this version for now prior to supporting Apple silicon
version: v0.157.0 # hard peg to this version for now prior to supporting Apple silicon
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.15.x, 1.16.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}

Expand Down
Loading

0 comments on commit a29a19a

Please sign in to comment.