Skip to content

Commit

Permalink
ensure setup-go workflow uses go.mod in the right location
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <jose@flutes.dev>
  • Loading branch information
komish committed Jun 20, 2023
1 parent 3499c07 commit 085e2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
go-version-file: ./chart-verifier/go.mod

- name: Ensure Modules
working-directory: ./chart-verifier
Expand Down

0 comments on commit 085e2f4

Please sign in to comment.