hugo 0.122.0 is already using go v1.21

I don't think upgrading this go version will harm anything, it's a
module / dependency issue in the docsy module or something that has made
a backwards incompatible change somewhere (in v0.7.0)

https://github.com/google/docsy/releases/tag/v0.7.0
Nb: says here "IMPORTANT - BREAKING CHANGES"

Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
This commit is contained in:
Kingdon Barrett 2024-04-07 11:11:47 -04:00
parent caf2c61b0b
commit b74e6a07f8
No known key found for this signature in database
GPG Key ID: 7FE74CDE6BFFD00E
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG HUGO_VERSION
FROM fluxcd/website:hugo-${HUGO_VERSION}-extended
COPY --from=golang:1.19-alpine /usr/local/go/ /usr/local/go/
COPY --from=golang:1.21-alpine /usr/local/go/ /usr/local/go/
ENV PATH="/usr/local/go/bin:${PATH}"