build: bump golang and hugo version
This commit is contained in:
parent
8ef077c4db
commit
2ed8ac09fa
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ variables:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: golang:1.22-bookworm
|
image: golang:1.23-bookworm
|
||||||
environment:
|
environment:
|
||||||
- HUGO_VERSION=0.128.2
|
HUGO_VERSION: 0.135.2
|
||||||
- TZ=Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
commands:
|
commands:
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && apt install ./hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && rm -f hugo_extended_$${HUGO_VERSION}_linux-amd64.deb
|
- wget https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && apt install ./hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && rm -f hugo_extended_$${HUGO_VERSION}_linux-amd64.deb
|
||||||
- hugo --minify --destination ./public
|
- hugo --minify --destination ./public
|
||||||
|
|
Loading…
Reference in a new issue