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 7bba510 commit ba88484Copy full SHA for ba88484
.circleci/config.yml
@@ -18,16 +18,16 @@ commands:
18
jobs:
19
build:
20
docker:
21
- - image: circleci/golang:1.12
+ - image: circleci/golang:1.16
22
23
- image: redislabs/redisgraph:edge
24
25
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
26
steps:
27
- checkout
28
- run: |
29
- apt-get update
30
- apt-get upgrade -y
+ sudo apt-get update
+ 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}
0 commit comments