Upgrade to Go 1.25

Fixes #13924
Fixes #13931
This commit is contained in:
Bjørn Erik Pedersen
2025-08-21 12:13:53 +02:00
parent 186934feb4
commit c14fdddada
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Twitter: https://twitter.com/gohugoio
# Website: https://gohugo.io/
ARG GO_VERSION="1.24"
ARG GO_VERSION="1.25"
ARG ALPINE_VERSION="3.22"
ARG DART_SASS_VERSION="1.79.3"