From ccdd6b19e997281147f4e9e3f74811cbea84bf69 Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Sun, 10 Nov 2024 22:32:15 +0530 Subject: [PATCH] chore(netlify): update go version requested for build in netlify Signed-off-by: Rajat Jindal --- .go-version | 2 +- netlify.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 0fdd235..a96726e 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.20 \ No newline at end of file +1.23.x \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index 55295b8..e292ccc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,8 @@ publish = "dist" [build.environment] GO_IMPORT_PATH = "github.com/rajatjindal/krew-release-bot" - + GO_VERSION = '1.23.x' + [[redirects]] from = "/github-action-webhook" to = "/.netlify/functions/github-action-webhook"