Skip to content

Commit

Permalink
Fix path to go mod file
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi committed Mar 12, 2024
1 parent b0bbb08 commit 5aaa929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-command-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version-file: "./src/github.com/${{ inputs.repository }}/go.mod"

- name: Install prerequisites
env:
Expand Down

0 comments on commit 5aaa929

Please sign in to comment.