Skip to content

Commit

Permalink
ci: force go 1.17.x to ensure binaries for M1 macs are built
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Mar 1, 2022
1 parent 96956fe commit 2785984
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.17.x

- name: go mod cache
uses: actions/cache@v1
Expand Down Expand Up @@ -132,6 +134,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.17.x

- name: go mod cache
uses: actions/cache@v1
Expand Down

0 comments on commit 2785984

Please sign in to comment.