Fix staticcheck error with Go 1.14

This commit is contained in:
John Gardiner Myers 2020-06-23 16:05:04 -07:00
parent 909117a409
commit b51895e548
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ func makeHTTPClient(config *Config) (*http.Client, error) {
}
tlsConfig.Certificates = []tls.Certificate{certs}
}
tlsConfig.BuildNameToCertificate()
return &http.Client{
Timeout: 10 * time.Second,