Skip to content

Commit

Permalink
Update to go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored Oct 27, 2019
2 parents 98daa1b + 41ef09f commit ce97bab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.12"
- "1.13"

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion README_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Need for boulder tests:
Fake DNS - set to IP of devel computer, allowed from docker.

Must bind docker port 4000 to local port 4000 (for integration tests).
If use docker-machine - need ```docker-machine ssh <machine-name> -L 4000:localhost:4000```
If use docker-machine - need ```docker-machine ssh <machine-name> -L 4001:localhost:4001```

FAKE_DNS may be different for other OS.
For example for mac os - need run other image and ping host.docker.internal for see IP for host.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rekby/lets-proxy2

go 1.12
go 1.13

require (
github.com/BurntSushi/toml v0.3.1
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 @@ -21,7 +21,7 @@ docker-compose up -d
echo -n "Wait for boulder start listen "
date

while ! curl -q http://localhost:4000 >/dev/null 2>&1; do
while ! curl -q http://localhost:4001 >/dev/null 2>&1; do
sleep 1
done

Expand Down

0 comments on commit ce97bab

Please sign in to comment.