From ea409c0dc27ec3031d1b0d18d17124441d3c3b6b Mon Sep 17 00:00:00 2001 From: vilmibm Date: Mon, 24 Oct 2022 14:32:14 -0700 Subject: [PATCH] bump go to 1.18 in setup-go --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ee30394..d05489c 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: description: "Path to custom build script for producing binaries to upload" go_version: description: "The Go version to use for compiling (supports semver spec and ranges)" - default: "1.17" + default: "1.18" branding: color: purple icon: box