Skip to content

Commit

Permalink
Revert "Revert to consul 1.13 in unit tests"
Browse files Browse the repository at this point in the history
This reverts commit 12011f0.
  • Loading branch information
ishustava committed Oct 25, 2022
1 parent e4d3533 commit edd934f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:

env:
TEST_RESULTS: /tmp/test-results # path to where test results are saved
CONSUL_VERSION: 1.13.1 # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.13.1+ent # Consul's enterprise version to use in tests
CONSUL_VERSION: 1.14.0-beta1 # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.14.0-beta1+ent # Consul's enterprise version to use in tests
GOTESTSUM_VERSION: 1.8.1 # You cannot use environment variables with workflows. The gotestsum version is hardcoded in the reusable workflows too.

jobs:
Expand Down

0 comments on commit edd934f

Please sign in to comment.