Skip to content

Commit b546bba

Browse files
committed
Update Boulder to 2019-10-07 release
1 parent 30c5115 commit b546bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/setup-boulder.sh

Lines changed: 1 addition & 1 deletion
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-2019-06-17
13+
git checkout release-2019-10-07
1414
if [[ "$(uname)" == 'Darwin' ]]; then
1515
# Set Standard Ports
1616
sed -i '' 's/ 5002/ 80/g' test/config/va.json

0 commit comments

Comments
 (0)