Skip to content

Commit

Permalink
Fix check release workflow
Browse files Browse the repository at this point in the history
There is no go.mod before checkout

Signed-off-by: Natalie Arellano <[email protected]>
Signed-off-by: Darshan Kumar <[email protected]>
  • Loading branch information
natalieparellano authored and itsdarshankumar committed Feb 2, 2023
1 parent 68aa564 commit d20b226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- uses: actions/checkout@v3
- name: Read go versions
id: read-go
env:
Expand Down

0 comments on commit d20b226

Please sign in to comment.