mirror of
https://github.com/FiloSottile/age.git
synced 2025-12-23 05:25:14 +00:00
.github/workflows: install bootstrap Go
This commit is contained in:
committed by
Filippo Valsorda
parent
bc21ece498
commit
5ef63b6153
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user