From 6553e2ce2f32e72c3a3b7c09a2937e5dae8f32a7 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Tue, 13 Dec 2022 19:34:56 +0100 Subject: [PATCH] update netlify.toml --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netlify.toml b/netlify.toml index 3e04b57..ac52fa0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,7 @@ publish = "public" command = "hugo --gc --minify" [context.production.environment] +GO_VERSION = "1.18" HUGO_VERSION = "0.108.0" HUGO_ENV = "production" #HUGO_ENABLEGITINFO = "true" @@ -11,12 +12,14 @@ HUGO_ENV = "production" command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] +GO_VERSION = "1.18" HUGO_VERSION = "0.108.0" [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] +GO_VERSION = "1.18" HUGO_VERSION = "0.108.0" #[context.next.environment]