add missing working directory for go mod

This commit is contained in:
zuadi
2025-05-29 10:08:46 +02:00
committed by GitHub
parent be1a06a759
commit fb43c99920

View File

@@ -47,6 +47,7 @@ jobs:
GH_PAT_FOR_MODULES: ${{ secrets.GH_PAT_FOR_MODULES }} # Make sure the secret is passed
- name: Go Mod Tidy & Download
working-directory: ./backend
run: go mod tidy -v
- name: Build go backend binary