diff --git a/.circleci/config.yml b/.circleci/config.yml index 299fb1b404..21e5e68b8d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,8 +6,8 @@ executors: - image: docker.mirror.hashicorp.services/circleci/golang:1.14 environment: TEST_RESULTS: /tmp/test-results # path to where test results are saved - CONSUL_VERSION: 1.9.0-beta2 # Consul's OSS version to use in tests - CONSUL_ENT_VERSION: 1.9.0+ent-beta2 # Consul's enterprise version to use in tests + CONSUL_VERSION: 1.9.0-rc1 # Consul's OSS version to use in tests + CONSUL_ENT_VERSION: 1.9.0+ent-rc1 # Consul's enterprise version to use in tests jobs: go-fmt-and-vet: