Skip to content

Commit ba88484

Browse files
committed
go version bump
1 parent 7bba510 commit ba88484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ commands:
1818
jobs:
1919
build:
2020
docker:
21-
- image: circleci/golang:1.12
21+
- image: circleci/golang:1.16
2222

2323
- image: redislabs/redisgraph:edge
2424

2525
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
2626
steps:
2727
- checkout
2828
- run: |
29-
apt-get update
30-
apt-get upgrade -y
29+
sudo apt-get update
30+
sudo apt-get upgrade -y
3131
- run: make test
3232
- early_return_for_forked_pull_requests
3333
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}

0 commit comments

Comments
 (0)