1
0
Fork 0

Upgrade CircleCI Go

master
Philip O'Toole 3 years ago
parent 503825dbaf
commit fbe57d8156

@ -7,7 +7,7 @@ jobs:
test:
docker:
# specify the version
- image: circleci/golang:1.14
- image: circleci/golang:1.16
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
@ -31,7 +31,7 @@ jobs:
race:
docker:
# specify the version
- image: circleci/golang:1.13
- image: circleci/golang:1.16
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
@ -56,7 +56,7 @@ jobs:
end_to_end:
working_directory: /go/src/github.com/rqlite/rqlite
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.16
steps:
- checkout
- run: sudo apt-get install python-requests

Loading…
Cancel
Save