From 2567b0f69f37511887c841031f0d77702f1e9714 Mon Sep 17 00:00:00 2001 From: Emil Edholm Date: Thu, 24 Aug 2023 16:43:33 +0200 Subject: [PATCH] chore(actions): use Go 1.21 for setup-sage by default Latest and greatest! --- actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/setup/action.yml b/actions/setup/action.yml index 35ed2a06..16de290f 100644 --- a/actions/setup/action.yml +++ b/actions/setup/action.yml @@ -15,7 +15,7 @@ inputs: go-version: description: The Go version to download (if necessary) and use. Supports semver spec and ranges. required: false - default: '1.20' + default: '1.21' check-latest: description: If true, checks whether the cached go version is the latest, if not then downloads the latest. Useful when you need to use the latest version.