From e88b7acc95d2f2dcc54eedfac4730e03d89c9070 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 22 Oct 2022 13:02:50 +0900 Subject: [PATCH] remove default go-version --- setup-hugo/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/setup-hugo/action.yml b/setup-hugo/action.yml index 63339ff..546e17e 100644 --- a/setup-hugo/action.yml +++ b/setup-hugo/action.yml @@ -7,7 +7,6 @@ inputs: required: false go-version: description: "Set a Go version, e.g. 1.18" - default: "1.18" required: false go-version-file: description: "Set a path to the go.mod, e.g. path/to/go.mod"