Skip to content

Commit

Permalink
install go too
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Jul 9, 2021
1 parent 0ff521a commit 365eecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -21,5 +21,9 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: Check Code Formation
run: make fmt-check

0 comments on commit 365eecf

Please sign in to comment.