mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-20 17:58:04 +02:00
parent
44bd354eae
commit
3187129672
@ -6,6 +6,7 @@ workflows:
|
|||||||
- build-1.11
|
- build-1.11
|
||||||
- build-1.12
|
- build-1.12
|
||||||
- build-1.13
|
- build-1.13
|
||||||
|
- build-1.14
|
||||||
- build-latest
|
- build-latest
|
||||||
- test-build-in-docker
|
- test-build-in-docker
|
||||||
jobs:
|
jobs:
|
||||||
@ -111,6 +112,11 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.13
|
- image: circleci/golang:1.13
|
||||||
|
|
||||||
|
build-1.14:
|
||||||
|
<<: *build-latest
|
||||||
|
docker:
|
||||||
|
- image: circleci/golang:1.14
|
||||||
|
|
||||||
# this job tries to mimic the build-in-docker instructions
|
# this job tries to mimic the build-in-docker instructions
|
||||||
# given in docs/installation.rst
|
# given in docs/installation.rst
|
||||||
#
|
#
|
||||||
|
@ -121,7 +121,6 @@ func ClientAuthClient(serverName string, rootCA *x509.CertPool, clientCert tls.C
|
|||||||
ServerName: serverName,
|
ServerName: serverName,
|
||||||
KeyLogWriter: keylogFromEnv(),
|
KeyLogWriter: keylogFromEnv(),
|
||||||
}
|
}
|
||||||
tlsConfig.BuildNameToCertificate()
|
|
||||||
return tlsConfig, nil
|
return tlsConfig, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user