Skip to content

Commit

Permalink
Revert to bullseye as the release build image
Browse files Browse the repository at this point in the history
This was not available when I upgraded to Go 1.21, but is now, for some odd reason.

See bep/dockerfiles@7761572

Fixes #11414
  • Loading branch information
bep committed Aug 31, 2023
1 parent 0200eaf commit 7e9092e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
defaults: &defaults
resource_class: large
docker:
- image: bepsays/ci-hugoreleaser:1.22100.20000
- image: bepsays/ci-hugoreleaser:1.22100.20001
environment: &buildenv
GOMODCACHE: /root/project/gomodcache
version: 2
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
environment:
<<: [*buildenv]
docker:
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22100.20000
- image: bepsays/ci-hugoreleaser-linux-arm64:1.22100.20001
steps:
- *restore-cache
- &attach-workspace
Expand Down

0 comments on commit 7e9092e

Please sign in to comment.