Skip to content

Commit

Permalink
Bump gocql version (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling authored and black-adder committed May 22, 2018
1 parent a00f2d9 commit 968f9fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import:
subpackages:
- lib/go/thrift
- package: github.com/gocql/gocql
version: 4d2d1ac71932f7c4a6c7feb0d654462e4116c58b
version: 181004e14a3fb735efcc826a4256369d0c96747b
- package: github.com/opentracing/opentracing-go
subpackages:
- ext
Expand Down
2 changes: 1 addition & 1 deletion pkg/cassandra/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (c *Configuration) NewCluster() *gocql.ClusterConfig {
}
if c.TLS.Enabled {
cluster.SslOpts = &gocql.SslOptions{
Config: tls.Config{
Config: &tls.Config{
ServerName: c.TLS.ServerName,
},
CertPath: c.TLS.CertPath,
Expand Down

0 comments on commit 968f9fa

Please sign in to comment.