Skip to content

Commit

Permalink
update circleci to use Consul 1.9.4 (hashicorp#473)
Browse files Browse the repository at this point in the history
Update CircleCI to use Consul 1.9.4
  • Loading branch information
kschoche authored Apr 5, 2021
1 parent 3c5e456 commit b229464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b229464

Please sign in to comment.