Skip to content

Commit

Permalink
chore: trying to fix window pipeline error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsanmi committed Feb 15, 2023
1 parent 364d9f5 commit c33c822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
working-directory: src/github.com/${{env.ORIGINAL_REPO_NAME}}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: src/github.com/${{env.ORIGINAL_REPO_NAME}}
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version-file: src/github.com/${{env.ORIGINAL_REPO_NAME}}/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 c33c822

Please sign in to comment.