From 015ac5ffa7db0428f572c971cdaa0999a6d34de5 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 26 Dec 2022 21:16:44 +0100 Subject: [PATCH] ci: bump Boulder to release-2022-12-19 --- 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 7c2a539..d217a80 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-2022-11-29 + git checkout release-2022-12-19 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