From 73c097c3b9d9beb657ac8139de5f74ba9d1a9f4f Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sun, 5 May 2024 11:17:25 +0700 Subject: [PATCH] [Fix] build --- go.mod | 3 ++- netlify.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0c1839f..08b959a 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,9 @@ module github.com/tienthieusac/tienthieusac.github.io -go 1.20 +go 1.22.2 require ( + github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics v0.1.2 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240429194209-e7beed231a8c github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240429194209-e7beed231a8c ) diff --git a/netlify.toml b/netlify.toml index 4a1e87c..452ea25 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,7 @@ publish = "public" [build.environment] + GO_VERSION = "1.22" HUGO_VERSION = "0.125.2" HUGO_ENABLEGITINFO = "true"