From 97e08d0557e45dca5bb9f18db93127b1e165b201 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 9 May 2022 20:15:52 +0800 Subject: [PATCH] Update `go.mod` for recent Hugo versions --- CHANGELOG.adoc | 3 +++ go.mod | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 93e8db5..b862ce4 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -22,6 +22,9 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version === Updated +* Minimum Go runtime version in `go.mod`. +This is more like someone forgot to update it from the previous release but pay no mind for it. footnote:[Since recent Hugo versions require Go v1.16 at minimum, anyways. ;p] + * The code block has maximum height for half the height of the viewport (`50vh`). * More consistent theming for the content text. diff --git a/go.mod b/go.mod index 5d3d1ea..63b5df3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/foo-dogsquared/hugo-theme-more-contentful -go 1.15 +go 1.16 require ( github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220427232352-6d776459d165 // indirect