We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e5dba commit eb9872fCopy full SHA for eb9872f
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Cache Go dependencies
33
uses: actions/setup-go@v5
34
with:
35
- go-version: '1.21'
+ go-version-file: ./go.mod
36
37
- name: Execute unit test
38
run: make test
0 commit comments