We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab81eb commit 7aaa067Copy full SHA for 7aaa067
.circleci/config.yml
@@ -4,8 +4,8 @@
4
version: 2
5
jobs:
6
build:
7
- machine:
8
- image: circleci/classic:latest
+ docker:
+ - image: circleci/golang:1.9
9
10
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
11
steps:
0 commit comments