Skip to content

Commit

Permalink
chore: setup go since the self-hosted runner doesn't have go preinsta…
Browse files Browse the repository at this point in the history
…lled;
  • Loading branch information
riandyrn committed Jul 20, 2023
1 parent c78132e commit 00fc897
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Run Automated Tests
run: make test

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20

- name: Send Coverage Report to Coveralls
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 00fc897

Please sign in to comment.