Skip to content

Commit c14fddd

Browse files
committed
Upgrade to Go 1.25
Fixes #13924 Fixes #13931
1 parent 186934f commit c14fddd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.circleci/config.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44
defaults: &defaults
55
resource_class: large
66
docker:
7-
- image: bepsays/ci-hugoreleaser:1.22400.20000
7+
- image: bepsays/ci-hugoreleaser:1.22500.20001
88
environment: &buildenv
99
GOMODCACHE: /root/project/gomodcache
1010
version: 2
@@ -58,7 +58,7 @@ jobs:
5858
environment:
5959
<<: [*buildenv]
6060
docker:
61-
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22400.20000
61+
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22500.20001
6262
steps:
6363
- *restore-cache
6464
- &attach-workspace

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
strategy:
1818
matrix:
19-
go-version: [1.23.x, 1.24.x]
19+
go-version: [1.24.x, 1.25.x]
2020
os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
2121
runs-on: ${{ matrix.os }}
2222
steps:

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Twitter: https://twitter.com/gohugoio
33
# Website: https://gohugo.io/
44

5-
ARG GO_VERSION="1.24"
5+
ARG GO_VERSION="1.25"
66
ARG ALPINE_VERSION="3.22"
77
ARG DART_SASS_VERSION="1.79.3"
88

0 commit comments

Comments
 (0)