From b2294641d83872e5a33e6c27bd2165b6e07d4f6b Mon Sep 17 00:00:00 2001 From: Kyle Schochenmaier Date: Mon, 5 Apr 2021 11:33:14 -0500 Subject: [PATCH] update circleci to use Consul 1.9.4 (#473) Update CircleCI to use Consul 1.9.4 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 66af22049cf5..5374eda76f05 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-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 + CONSUL_VERSION: 1.9.4 # Consul's OSS version to use in tests + CONSUL_ENT_VERSION: 1.9.4+ent # Consul's enterprise version to use in tests jobs: go-fmt-and-vet: