Skip to content

Commit

Permalink
add go_version_file input to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
upamune committed Aug 14, 2022
1 parent f5f5397 commit 3f5eb4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -53,6 +53,9 @@ inputs:
go_version:
description: "the version of Go. By default, the latest version of Go 1.x is installed."
required: false
go_version_file:
description: "Path to the go.mod file or the file containing only Go version."
required: false
cache:
deprecation: "enable cache"
default: true
Expand Down

0 comments on commit 3f5eb4c

Please sign in to comment.