Skip to content

Commit 7815ea8

Browse files
authored
Update config.yml
1 parent 2a51605 commit 7815ea8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ jobs:
66
build:
77
docker:
88
# specify the version
9-
- image: circleci/classic:latest
10-
11-
# - image: circleci/golang:1.9
9+
- image: circleci/golang:1.9
1210

1311
# Specify service dependencies here if necessary
1412
# CircleCI maintains a library of pre-built images
1513
# documented at https://circleci.com/docs/2.0/circleci-images/
16-
# - image: circleci/postgres:9.4
14+
- image: redislabs/redisgraph:edge
1715

1816
#### TEMPLATE_NOTE: go expects specific checkout path representing url
1917
#### expecting it in the form of

0 commit comments

Comments
 (0)