.github/workflows: install bootstrap Go

This commit is contained in:
Filippo Valsorda
2024-06-16 11:39:21 +02:00
committed by Filippo Valsorda
parent bc21ece498
commit 5ef63b6153

View File

@@ -30,6 +30,8 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install bootstrap Go
uses: actions/setup-go@v2
- name: Install Go tip (UNIX)
if: runner.os != 'Windows'
run: |