Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Fix CI for go1.7 #382

Merged
merged 1 commit into from Sep 3, 2016
Merged

Fix CI for go1.7 #382

merged 1 commit into from Sep 3, 2016

Commits on Sep 2, 2016

  1. Fix CI for go1.7

    govet detected a case where we copy tls.Config although
    the var contains mutexes. This is fixed in go1.8 with a
    stdlib Clone method. Temporarily add a local copy of that 
    function until we can move to go1.8 
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    a04a45c View commit details
    Browse the repository at this point in the history