Skip to content

Commit 1b05cf0

Browse files
committed
Update CircleCi base image
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.
1 parent 69036ff commit 1b05cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defaults: &defaults
22
docker:
3-
- image: 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.13
3+
- image: 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.16-go111module
44

55
version: 2
66
jobs:

0 commit comments

Comments
 (0)