Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Circle CI update dgraph-io#2
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed Nov 12, 2019
1 parent 5dcaa11 commit f701f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.9
- image: circleci/golang:1.13.4

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -20,6 +20,7 @@ jobs:
working_directory: /go/src/github.com/DevDavido/dgraph
steps:
- checkout
- run: go build ./dgraph/...

# specify any bash command here prefixed with `run: `
- run: go get -v -t -d ./...
Expand Down

0 comments on commit f701f6f

Please sign in to comment.