From 2a5d0b7cbdff23110d246f2144b0c1029034655a Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Wed, 18 Nov 2020 09:37:36 -0800 Subject: [PATCH] Use 1.9.0-rc1 for testing --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: