From df84f4b7c8807f948b0a7e62673bae46fc1419da Mon Sep 17 00:00:00 2001 From: jojo43 Date: Sun, 1 May 2022 11:40:07 +0900 Subject: [PATCH] Fix go-version-file description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 294bb34..40d6621 100644 --- a/action.yml +++ b/action.yml @@ -4,8 +4,8 @@ author: 'GitHub' inputs: go-version: description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.' - go-version-from-file: - description: Path to the file with the Go version. go-version overwrites this. + go-version-file: + description: 'Path to the go.mod file.' check-latest: description: 'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec' default: false