mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
build: Bump build images
To fix changed Shuffle behaviour on Go 1.20.
This commit is contained in:
parent
7e51ba03ca
commit
60e6fa798f
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ parameters:
|
|||
defaults: &defaults
|
||||
resource_class: large
|
||||
docker:
|
||||
- image: bepsays/ci-hugoreleaser:1.22000.20000
|
||||
- image: bepsays/ci-hugoreleaser:1.22000.20001
|
||||
environment: &buildenv
|
||||
GOMODCACHE: /root/project/gomodcache
|
||||
version: 2
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
environment:
|
||||
<<: [*buildenv]
|
||||
docker:
|
||||
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22000.20000
|
||||
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22000.20001
|
||||
steps:
|
||||
- *restore-cache
|
||||
- &attach-workspace
|
||||
|
|
Loading…
Reference in a new issue