Skip to content

Commit

Permalink
Use the go.mod from the PR to setup Golang
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish committed Oct 31, 2023
1 parent 557caf3 commit 7ca92be
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 @@ -29,7 +29,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 7ca92be

Please sign in to comment.