1
0

ci: bump Boulder to release-2022-12-19

This commit is contained in:
Nicolas Duchon 2022-12-26 21:16:44 +01:00 committed by GitHub
parent cd6fe5e016
commit 015ac5ffa7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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