Skip to content

Commit

Permalink
fix(ci): Fix golang version file setup in coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer authored and squakez committed Oct 25, 2023
1 parent 5e551aa commit a9b0e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
go-version-file: './${{ github.event.pull_request.head.repo.name }}/go.mod'
check-latest: true

- name: Get New Coverage
Expand Down

0 comments on commit a9b0e33

Please sign in to comment.