Skip to content

Commit

Permalink
.circleci: pin github.com/hashicorp/consul/api to v1.8.1 (#956)
Browse files Browse the repository at this point in the history
github.com/hashicorp/consul/api@v1.9.0 has broken compatibility with
versions of go less than 1.16. For now, we are pinning this to the previous
release, v1.8.1, until the issue is resolved.
  • Loading branch information
knusbaum committed Jun 28, 2021
1 parent 796ebfc commit 1abcab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ jobs:
go get k8s.io/client-go@v0.17.0
go get k8s.io/apimachinery@v0.17.0
go get cloud.google.com/go/pubsub@v1.6.1
# Temporarily enforce this version. 1.9.0 is incompatible with go < 1.16
go get github.com/hashicorp/consul/api@v1.8.1
- run:
name: Wait for MySQL
Expand Down

0 comments on commit 1abcab6

Please sign in to comment.