Skip to content

Commit

Permalink
Update circleci images
Browse files Browse the repository at this point in the history
Go get was failing on outdated SSL certificate
  • Loading branch information
hush-hush committed Oct 18, 2021
1 parent 596d663 commit e75c404
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 @@ -7,12 +7,12 @@ executors:
linux_arm64:
description: "arm64"
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2004:202107-02
resource_class: arm.medium
linux_amd64:
description: "amd64"
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2004:202107-02
resource_class: medium

commands:
Expand Down

0 comments on commit e75c404

Please sign in to comment.