update go and hugo; add tz env variable
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-11-15 15:35:29 +01:00
parent ab79843c4f
commit f0d1de6c0e
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -1,8 +1,9 @@
steps:
build:
image: golang:1.20-bookworm
image: golang:1.21-bookworm
environment:
- HUGO_VERSION=0.117.0
- HUGO_VERSION=0.120.4
- TZ=Europe/Berlin
when:
- event: push
branch: [main, staging]