Skip to content

Commit

Permalink
Update CircleCi base image (#95)
Browse files Browse the repository at this point in the history
Update to the latest base image, which has a newer version of Go, and a newer version of our `build-go-binaries` script. This supports building fetch for Darwin/ARM, which hopefully fixes #82.
  • Loading branch information
brikis98 authored Mar 29, 2021
1 parent 69036ff commit ef9c6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defaults: &defaults
docker:
- image: 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.13
- image: 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.16-go111module

version: 2
jobs:
Expand Down

0 comments on commit ef9c6c2

Please sign in to comment.