]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
dockerfile: Update Go version
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 4 Jun 2025 14:52:17 +0000 (16:52 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 14:52:17 +0000 (16:52 +0200)
FIxes #13780

Dockerfile

index 6d1bf78c42d590223f88308688e0fa81c6bf2755..6f3a70f16371e1f8b1ad4a8cdf3663d390614e54 100755 (executable)
@@ -2,7 +2,7 @@
 # Twitter:      https://twitter.com/gohugoio
 # Website:      https://gohugo.io/
 
-ARG GO_VERSION="1.23.2"
+ARG GO_VERSION="1.24.0"
 ARG ALPINE_VERSION="3.20"
 ARG DART_SASS_VERSION="1.79.3"