Skip to content

Commit 4d08e2f

Browse files
authored
Merge pull request #991 from nginx-proxy/boulder-2023-01-09
ci: bump Boulder to release-2023-01-09
2 parents 439d7cc + 9f0b074 commit 4d08e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/setup-boulder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ setup_boulder() {
1010
&& git clone https://github.com/letsencrypt/boulder \
1111
"$GOPATH/src/github.com/letsencrypt/boulder"
1212
pushd "$GOPATH/src/github.com/letsencrypt/boulder"
13-
git checkout release-2022-12-19
13+
git checkout release-2023-01-09
1414
if [[ "$(uname)" == 'Darwin' ]]; then
1515
# Set Standard Ports
1616
for file in test/config/va.json test/config/va-remote-a.json test/config/va-remote-b.json; do

0 commit comments

Comments
 (0)