We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f7f6e commit ff30dfeCopy full SHA for ff30dfe
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@v5
22
with:
23
- go-version-file: "server/go.mod"
+ go-version-file: "go.mod"
24
cache: true
25
26
- name: Run tests
0 commit comments