1
0

Merge pull request #991 from nginx-proxy/boulder-2023-01-09

ci: bump Boulder to release-2023-01-09
This commit is contained in:
Nicolas Duchon 2023-01-17 08:47:58 +01:00 committed by GitHub
commit 4d08e2fd2e
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-12-19
git checkout release-2023-01-09
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