Skip to content

Commit

Permalink
Add setup go step to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubydo committed Jun 16, 2021
1 parent 542cd0a commit e76d6dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: run build
run: make build
- name: run test for report
Expand Down

0 comments on commit e76d6dc

Please sign in to comment.