We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 439d7cc + 9f0b074 commit 4d08e2fCopy full SHA for 4d08e2f
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-2022-12-19
+ git checkout release-2023-01-09
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