Skip to content

Commit

Permalink
remove default from go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Oct 15, 2022
1 parent dfcb441 commit a0261de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: "Setup Go"
description: "A composite action to setup Go project."
inputs:
go-version:
description: "Set a Go version, e.g. 1.18"
default: "1.18"
description: "Set a Go version, e.g. 1.19"
required: false
go-version-file:
description: "Set a path to the go.mod, e.g. path/to/go.mod"
Expand Down

0 comments on commit a0261de

Please sign in to comment.