Skip to content

Commit

Permalink
fix reusable action to point to go.mod file
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Dec 11, 2024
1 parent 91b0213 commit da04ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
steps:
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: '1.22'
go-version-file: '${{ github.action_path }}/go.mod'
check-latest: true
cache-dependency-path: '${{ github.action_path }}/go.sum'

Expand Down

0 comments on commit da04ab8

Please sign in to comment.