Skip to content

Commit

Permalink
go version to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored Nov 24, 2019
2 parents de2d29f + cb5a6d0 commit 22453ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ addons:
- dos2unix

go:
- "1.13"
- "1.12.4"

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion tests/run_docker_boulder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sed -i -e 's/FAKE_DNS.*/FAKE_DNS: 172.17.0.1/' docker-compose.yml # Fake dns to

sed -i -e 's/TRAVIS_GO_VERSION/TRAVIS_GO_VERSION_OFF/' docker-compose.yml # always build boulder with default go version

# Set small rate limit windows - for comform manual test runs
# Set small rate limit windows - for comfort manual test runs
sed -i -e 's/window:.*/window: 1m/' test/rate-limit-policies.yml

docker-compose up -d
Expand Down

0 comments on commit 22453ef

Please sign in to comment.