diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-03-01 21:32:12 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-03-01 21:32:12 +0100 |
commit | 60e6fa798f5c1463ac9cc9cf5a2290ee99b71470 (patch) | |
tree | f392f5cc44158af205999404fa256492d9c04b74 | |
parent | 7e51ba03ca83f8214e417f0ff6fe6005f8dcd074 (diff) | |
download | hugo-60e6fa798f5c1463ac9cc9cf5a2290ee99b71470.tar.gz hugo-60e6fa798f5c1463ac9cc9cf5a2290ee99b71470.zip |
build: Bump build images
To fix changed Shuffle behaviour on Go 1.20.
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 03331b306..18ba59434 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 |