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 2a51605 commit 7815ea8Copy full SHA for 7815ea8
.circleci/config.yml
@@ -6,14 +6,12 @@ jobs:
6
build:
7
docker:
8
# specify the version
9
- - image: circleci/classic:latest
10
-
11
- # - image: circleci/golang:1.9
+ - image: circleci/golang:1.9
12
13
# Specify service dependencies here if necessary
14
# CircleCI maintains a library of pre-built images
15
# documented at https://circleci.com/docs/2.0/circleci-images/
16
- # - image: circleci/postgres:9.4
+ - image: redislabs/redisgraph:edge
17
18
#### TEMPLATE_NOTE: go expects specific checkout path representing url
19
#### expecting it in the form of
0 commit comments