From 203f7a0bc91e315f2acb2c948018826becc9d98c Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 28 Dec 2020 16:27:16 +0100 Subject: [PATCH] CI/CD: Upgrade Boulder to release-2020-12-14 --- test/setup/setup-boulder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup/setup-boulder.sh b/test/setup/setup-boulder.sh index ec948eb..20e0f45 100755 --- a/test/setup/setup-boulder.sh +++ b/test/setup/setup-boulder.sh @@ -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