From f0cbaf3073d5a597ca0ad2dbe05d9fc950f3eafd Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 17 Apr 2024 04:11:58 -0400 Subject: [PATCH] Specify Go 1.21.9 Be specific to fix #1919 Signed-off-by: Kingdon Barrett --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index c0d1eaec8..909b797a9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ [build.environment] HUGO_VERSION = "0.122.0" NODE_VERSION = "18" - GO_VERSION = "1.21" + GO_VERSION = "1.21.9" [context.production.environment] HUGO_ENV = "production"