Skip to content

Commit 800b4ed

Browse files
authored
fix reusable action to point to go.mod file (#192)
Signed-off-by: Bob Callaway <[email protected]>
1 parent 91b0213 commit 800b4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
steps:
3434
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
3535
with:
36-
go-version: '1.22'
36+
go-version-file: '${{ github.action_path }}/go.mod'
3737
check-latest: true
3838
cache-dependency-path: '${{ github.action_path }}/go.sum'
3939

0 commit comments

Comments
 (0)