From 901b9cf1825ef85defc76943b98d0390d0966899 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Dec 2019 17:54:54 -0500 Subject: [PATCH] Update description to go 1.13.5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b2283e6..2d19740 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: 'Setup a Go environment and add it to the PATH, additionally provid author: 'GitHub' inputs: go-version: - description: 'The Go version to download (if necessary) and use. Example: 1.13.3' + description: 'The Go version to download (if necessary) and use. Example: 1.13.5' default: '1.13.x' # Deprecated option, do not use. Will not be supported after October 1, 2019 version: