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 3404fe6 commit d00e668Copy full SHA for d00e668
.github/workflows/tauri.yaml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: setup go
32
uses: actions/setup-go@v6
33
+ with:
34
+ go-version-file: 'backend/go.mod'
35
36
- name: backend build
37
working-directory: ./backend
0 commit comments