We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86dbe3 commit 0a7ce98Copy full SHA for 0a7ce98
2 files changed
.github/workflows/build_and_deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install Hugo
22
run: |
23
- HUGO_VERSION=0.152.2 # Update if needed
+ HUGO_VERSION=0.160.0 # Update if needed
24
wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz
25
tar -xvzf hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz
26
sudo mv hugo /usr/local/bin/hugo
go.mod
@@ -1,6 +1,6 @@
1
module github.com/wowchemy/starter-hugo-research-group
2
3
-go 1.25.3
+go 1.26
4
5
require (
6
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.8-0.20241012174104-661cadc17327
0 commit comments