Skip to content

Commit

Permalink
Bump consul version to 1.10-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnotashwin committed Jun 17, 2021
1 parent 8f0a394 commit 9818f9d
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.10.0-beta4 # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.10.0+ent-beta4 # Consul's enterprise version to use in tests
CONSUL_VERSION: 1.10.0-rc # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.10.0+ent-rc # Consul's enterprise version to use in tests

jobs:
go-fmt-and-vet:
Expand Down

0 comments on commit 9818f9d

Please sign in to comment.