Skip to content

Commit

Permalink
circleci: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio-Guerra committed Nov 3, 2021
1 parent 6a027d2 commit aaa6683
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 @@ -213,9 +213,9 @@ jobs:
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
# github.com/hashicorp/vault/sdk < v0.2.1 doesn't compile with go1.14
# github.com/hashicorp/vault/sdk >= v0.2.1 doesn't compile with go1.14
go get github.com/hashicorp/vault/sdk@v0.2.0
# Shopify/sarama < v1.22 doesn't compile with go1.14
# Shopify/sarama >= v1.22 doesn't compile with go1.14
go get github.com/Shopify/sarama@v1.22.0
- run:
Expand Down

0 comments on commit aaa6683

Please sign in to comment.