Skip to content

Commit

Permalink
Fixed go installation
Browse files Browse the repository at this point in the history
Signed-off-by: Janos <[email protected]>
  • Loading branch information
Janos committed Aug 27, 2024
1 parent 41a458c commit 54b1399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: 'backend/go.mod'
- name: Run generation
working-directory: backend
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: 'backend/go.mod'
- name: Run go generate
working-directory: backend
run: go generate ./...
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: 'backend/go.mod'
- name: Run tests
working-directory: backend
run: |
Expand Down

0 comments on commit 54b1399

Please sign in to comment.