Age | Commit message (Collapse) | Author |
|
|
|
Drop Go 1.7 from the build matrix, tcpproxy uses a 1.8 feature of crypto/tls.
Make `go get` fetch the right test packages for cmd/tlsrouter.
|
|
|
|
|
|
|
|
|
|
|
|
This should only package and deploy if the build is clean on *all*
Go versions in the test matrix.
|
|
|
|
|
|
|
|
1.6 lacks the builtin context package, and 1.8 will be out any day
now, so 1.6 is on its last legs anyway.
|
|
|
|
|
|
|
|
|
|
Rather than push a million different packages, just make users select
the correct repository for now.
|
|
|
|
|
|
|
|
|
|
|
|
|