We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14d9de3 + 2bb8f21 commit 3f7b759Copy full SHA for 3f7b759
test/setup/setup-boulder.sh
@@ -10,7 +10,7 @@ setup_boulder() {
10
&& git clone https://github.com/letsencrypt/boulder \
11
"$GOPATH/src/github.com/letsencrypt/boulder"
12
pushd "$GOPATH/src/github.com/letsencrypt/boulder"
13
- git checkout release-2023-01-09
+ git checkout release-2023-12-04
14
if [[ "$(uname)" == 'Darwin' ]]; then
15
# Set Standard Ports
16
for file in test/config/va.json test/config/va-remote-a.json test/config/va-remote-b.json; do
0 commit comments