Skip to content

Commit

Permalink
chore: upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
SLedunois committed Apr 8, 2022
1 parent 0ec2807 commit c4c5b7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
name: Unit tests
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '>=1.18.0'
- name: Run test and coverage
run: make test.unit
- name: Send code coverage
Expand Down

0 comments on commit c4c5b7d

Please sign in to comment.