Skip to content

Commit

Permalink
moved got action from cli to build-info-go
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Aug 1, 2023
1 parent bc2bf55 commit de5d6a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
node-version: ${{ matrix.node }}
check-latest: true

- name: Setup Yarn (latest)
run: npm install -g yarn@latest

- name: Go Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit de5d6a5

Please sign in to comment.