1
0

Merge pull request #1068 from nginx-proxy/boulder-release-2023-12-04

test: bump boulder to release-2023-12-04
This commit is contained in:
Nicolas Duchon 2023-12-08 01:54:57 +01:00 committed by GitHub
commit 3f7b759559
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ setup_boulder() {
&& git clone https://github.com/letsencrypt/boulder \ && git clone https://github.com/letsencrypt/boulder \
"$GOPATH/src/github.com/letsencrypt/boulder" "$GOPATH/src/github.com/letsencrypt/boulder"
pushd "$GOPATH/src/github.com/letsencrypt/boulder" pushd "$GOPATH/src/github.com/letsencrypt/boulder"
git checkout release-2023-01-09 git checkout release-2023-12-04
if [[ "$(uname)" == 'Darwin' ]]; then if [[ "$(uname)" == 'Darwin' ]]; then
# Set Standard Ports # Set Standard Ports
for file in test/config/va.json test/config/va-remote-a.json test/config/va-remote-b.json; do for file in test/config/va.json test/config/va-remote-a.json test/config/va-remote-b.json; do