We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fc5fd commit 43b96fbCopy full SHA for 43b96fb
1 file changed
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Go
18
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
19
with:
20
- go-version: 'stable'
+ go-version-file: 'go.mod'
21
- run: make validate
22
23
test:
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- run: make test
44
0 commit comments