Fix buggy go version on macos github action

This commit is contained in:
David Dworken 2022-09-18 21:50:58 -07:00
parent 09dfaf00fa
commit 6a3f123c53

View File

@ -23,6 +23,8 @@ jobs:
- name: Go test
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: |
# https://github.com/actions/setup-go/issues/107
cp -f `which go` /usr/bin/go
sudo apt-get update || true
sudo apt-get install -y zsh || true
make test