Skip to content

Commit

Permalink
chore: build with go 1.16 to support m1 processors
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Cardoso committed Nov 10, 2021
1 parent bc01e51 commit dc542ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.16

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Create credentials.json
uses: sergeysova/jq-action@v2
Expand Down

0 comments on commit dc542ed

Please sign in to comment.