Skip to content

Commit

Permalink
update to go1.16 to support darwin arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Dec 3, 2024
1 parent 11de644 commit 75f9779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go-version: [1.13]
go-version: [1.16]

steps:
- name: Set up Go ${{ matrix.go-version }}
Expand Down

0 comments on commit 75f9779

Please sign in to comment.