Skip to content

Commit

Permalink
Change location of the go.mod in test-all action
Browse files Browse the repository at this point in the history
Signed-off-by: João Pereira <joao.pereira@broadcom.com>
  • Loading branch information
joaopapereira authored and 100mik committed Nov 5, 2024
1 parent 7663486 commit 64ec9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set Up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version-file: src/github.com/${{ github.repository }}/go.mod
check-latest: true
- name: Run Tests
run: |
Expand Down

0 comments on commit 64ec9d2

Please sign in to comment.