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: