1
0

Merge pull request #986 from nginx-proxy/boulder-2022-12-19

ci: bump Boulder to release-2022-12-19
This commit is contained in:
Nicolas Duchon 2022-12-26 22:58:38 +01:00 committed by GitHub
commit f293c8a8c1
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