From 3233d40b4c2b521bbe9b55514596e449040348f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 25 Jan 2024 12:11:04 +0100 Subject: [PATCH] Website: upgrade Hugo to 0.121.2 Upgrade Hugo from 0.101.0 to 0.121.2. This seems to not introduce any changes for us. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 167b9717..c3e5a70a 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ JS_API_PKG_NAME=manager WEB_STATIC=web/static # The Hugo package + its version. -HUGO_PKG := github.com/gohugoio/hugo@v0.101.0 +HUGO_PKG := github.com/gohugoio/hugo@v0.121.2 # Prevent any dependency that requires a C compiler, i.e. only work with pure-Go libraries. export CGO_ENABLED=0