Next attempt to fix buggy go version

This commit is contained in:
David Dworken 2022-09-18 22:08:30 -07:00
parent 6a3f123c53
commit d990b1e5a5

View File

@ -24,7 +24,7 @@ jobs:
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 cp -f `which go` /usr/bin/go
sudo apt-get update || true
sudo apt-get install -y zsh || true
make test