1
0
Fork 0

CI/CD: Upgrade Boulder to release-2020-12-14

This commit is contained in:
Nicolas Duchon 2020-12-28 16:27:16 +01:00
parent dc4255d8fa
commit 203f7a0bc9
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

View File

@ -10,7 +10,7 @@ setup_boulder() {
&& git clone https://github.com/letsencrypt/boulder \
"$GOPATH/src/github.com/letsencrypt/boulder"
pushd "$GOPATH/src/github.com/letsencrypt/boulder"
git checkout release-2020-10-19
git checkout release-2020-12-14
if [[ "$(uname)" == 'Darwin' ]]; then
# Set Standard Ports
for file in test/config/va.json test/config/va-remote-a.json test/config/va-remote-b.json; do