Skip to content

Commit cb4cf5c

Browse files
committed
ci: set interop test executor to convenience image for Go1.16 + Node
1 parent 8e46cf8 commit cb4cf5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ jobs:
216216
- bin/ipfs
217217
- *store_gomod
218218
interop:
219-
executor: node
219+
docker:
220+
- image: cimg/go:1.16-node
220221
parallelism: 4
221222
steps:
222223
- *make_out_dirs

0 commit comments

Comments
 (0)