From b7387edd078df716404f425ccc90fc65050dda57 Mon Sep 17 00:00:00 2001 From: yukyan Date: Fri, 7 Apr 2023 16:45:06 +0900 Subject: [PATCH] ensure consistency with the go-version description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e3a21c1..48534ec 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Setup a Go environment and add it to the PATH' author: 'GitHub' inputs: go-version: - description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.' + description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks.' go-version-file: description: 'Path to the go.mod or go.work file.' check-latest: