Skip to content

Commit

Permalink
.github/workflows: install bootstrap Go
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Jun 16, 2024
1 parent 74d62cd commit 075fed4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 075fed4

Please sign in to comment.