Skip to content

Commit

Permalink
Downgrade max aerospike client version to 1.27.0 (influxdata#4462)
Browse files Browse the repository at this point in the history
This is currently the most recent version without the memory leak issue.
  • Loading branch information
danielnelson authored and rgitzel committed Oct 17, 2018
1 parent 0afb402 commit b79b6bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[[constraint]]
name = "github.com/aerospike/aerospike-client-go"
version = "^1.33.0"
version = "<=1.27.0"

[[constraint]]
name = "github.com/amir/raidman"
Expand Down

0 comments on commit b79b6bf

Please sign in to comment.