Skip to content

Commit

Permalink
Let go version be detected on go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysses Souza <[email protected]>
  • Loading branch information
ulyssessouza committed Mar 23, 2024
1 parent 35ec844 commit 2dea689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:

- name: Set up Go
uses: actions/[email protected]
with:
go-version-file: 'go.mod'

- name: Gotestsum installer
uses: autero1/[email protected]
with:
go-version-file: 'go.mod'
gotestsum_version: '1.11.0'

- name: Test
run: make test
Expand Down

0 comments on commit 2dea689

Please sign in to comment.