Skip to content

Commit 2dea689

Browse files
committed
Let go version be detected on go.mod
Signed-off-by: Ulysses Souza <[email protected]>
1 parent 35ec844 commit 2dea689

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414

1515
- name: Set up Go
1616
uses: actions/[email protected]
17+
with:
18+
go-version-file: 'go.mod'
1719

1820
- name: Gotestsum installer
1921
uses: autero1/[email protected]
2022
with:
21-
go-version-file: 'go.mod'
23+
gotestsum_version: '1.11.0'
2224

2325
- name: Test
2426
run: make test

0 commit comments

Comments
 (0)