From 993cd9ffce487048c24b9fab297106c5107582c3 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Wed, 19 Jun 2019 10:11:12 -0400 Subject: [PATCH] Update action.yml --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 88c8d5d..e3fe789 100644 --- a/action.yml +++ b/action.yml @@ -3,8 +3,8 @@ description: 'Setup a Go environment and add it to the PATH, additionally provid author: 'GitHub' inputs: version: - description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0' - default: '10.x' + description: 'The Go version to download (if necessary) and use. Example: 1.9.3' + default: '1.10' runs: using: 'node' - main: 'lib/setup-go.js' \ No newline at end of file + main: 'lib/setup-go.js'