1
0
Fork 0

test: bump boulder to release-2023-12-04

This commit is contained in:
Nicolas Duchon 2023-12-08 01:37:46 +01:00
parent 14d9de3be5
commit 2bb8f21355
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

View File

@ -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-2023-01-09
git checkout release-2023-12-04
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