Skip to content

Commit

Permalink
chore(gh): ensures unit-test action uses go.mod for Go version (opend…
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak authored Nov 2, 2023
1 parent 95112ac commit d356d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version-file: go.mod
- name: Run Unit Tests
run: make unit-test
run: make unit-test

0 comments on commit d356d80

Please sign in to comment.