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.
2 parents d223574 + ba88484 commit f86cee7Copy full SHA for f86cee7
.circleci/config.yml
@@ -18,17 +18,20 @@ commands:
18
jobs:
19
build:
20
docker:
21
- - image: circleci/golang:1.12
22
-
+ - image: circleci/golang:1.16
+
23
- image: redislabs/redisgraph:edge
24
25
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
26
steps:
27
- checkout
28
+ - run: |
29
+ sudo apt-get update
30
+ sudo apt-get upgrade -y
31
- run: make test
32
- early_return_for_forked_pull_requests
33
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
34
35
workflows:
36
version: 2
37
commit:
0 commit comments