Skip to content

Commit

Permalink
[Fix] build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed May 5, 2024
1 parent 3335e8e commit 73c097c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
)
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
publish = "public"

[build.environment]
GO_VERSION = "1.22"
HUGO_VERSION = "0.125.2"
HUGO_ENABLEGITINFO = "true"

Expand Down

0 comments on commit 73c097c

Please sign in to comment.