Skip to content

Commit

Permalink
CD chore: im an idiot build Go 1.16 for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
camerondurham committed Jan 29, 2021
1 parent 280d04d commit 1a030f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
go-version: 1.16beta1
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Make Darwin
run: export PATH=/Users/runner/go/bin/:$PATH && make macos

Expand Down

0 comments on commit 1a030f6

Please sign in to comment.