Skip to content

Commit

Permalink
Set explicit empty default: for go-version and go-version-file
Browse files Browse the repository at this point in the history
…inputs
  • Loading branch information
magnetikonline committed May 5, 2023
1 parent d3e977b commit 1bec231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ description: Setup requested Golang version with managed module and build cachin
inputs:
go-version:
description: Desired Golang version.
default:
go-version-file:
description: Path to go.mod file, will determine Golang version. Use in place of `go-version` input.
default:
cache-key-suffix:
description: Optional cache key suffix.
default:
Expand Down

0 comments on commit 1bec231

Please sign in to comment.