linkerd2/pkg/tls
Alex Leong 9bf54d36ed
Upgrade to go 1.14.2 (#4278)
Upgrade Linkerd's base docker image to use go 1.14.2 in order to stay modern.

The only code change required was to update a test which was checking the error message of a `crypto/x509.CertificateInvalidError`.  The error message of this error changed between go versions.  We update the test to not check for the specific error string so that this test passes regardless of go version.

Signed-off-by: Alex Leong <alex@buoyant.io>
2020-04-20 17:14:51 -07:00
..
ca.go Ensure proxy cert does not exceed the lifetime of the certs in the trust chain (#3893) 2020-01-09 09:52:29 +02:00
ca_test.go Ensure proxy cert does not exceed the lifetime of the certs in the trust chain (#3893) 2020-01-09 09:52:29 +02:00
codec.go Consolidate certificates validation logic (#3810) 2019-12-13 10:01:55 +02:00
cred.go Update identity to make certs more diagnosable (#3990) 2020-02-13 11:21:41 +02:00
cred_test.go Upgrade to go 1.14.2 (#4278) 2020-04-20 17:14:51 -07:00