chore(circleci): change beta to rc (#19666)

pull/19641/head v2.0.0-rc.0
Russ Savage 2020-09-29 14:50:44 -07:00 committed by GitHub
parent c40162bcb7
commit df47ec7bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ jobs:
environment:
GOCACHE: /tmp/go-cache
GOFLAGS: "-mod=readonly -p=4" # Go on Circle thinks 32 CPUs are available, but there aren't.
DOCKER_VERSION: 2.0.0-beta
DOCKER_VERSION: 2.0.0-rc
working_directory: /go/src/github.com/influxdata/influxdb
steps:
- checkout