Skip to content

Commit

Permalink
fix(go-version-file): wrong path for windows (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur authored Oct 20, 2022
1 parent 93876a9 commit d84fe0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
go-version-file: 'src/github.com/${{ env.ORIGINAL_REPO_NAME }}/go.mod'
- name: Running unit tests
shell: pwsh
run: |
Expand Down

0 comments on commit d84fe0e

Please sign in to comment.