Skip to content

Commit 1d90aff

Browse files
committed
Upgrade to Go 1.25.1
Fixes #13960
1 parent e751afa commit 1d90aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.22500.20001
7+
- image: bepsays/ci-hugoreleaser:1.22500.20100
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.22500.20001
61+
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22500.20100
6262
steps:
6363
- *restore-cache
6464
- &attach-workspace

0 commit comments

Comments
 (0)