Skip to content

Commit ee22fad

Browse files
committed
PR Feedback
1 parent 95f10e3 commit ee22fad

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information, see:
1818

1919
## Installation
2020

21-
First install [Go 1.11](https://golang.org/doc/install) latest version (1.11.4) or later.
21+
First install [Go 1.12](https://golang.org/doc/install) latest version.
2222
Note that prebid-server is using [Go modules](https://blog.golang.org/using-go-modules).
2323
If using Go version <1.13 and are inside GOPATH `GO111MODULE` needs to be set to `GO111MODULE=on`.
2424

docs/developers/automated-tests.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Automated Tests
22

3-
**NOTE**: The automated tests will not pass on Go 1.11 due to [this bug](https://github.com/golang/go/issues/27275) in Go.
4-
This issue has been fixed in Go 1.11.1.
5-
63
This project uses [TravisCI](https://travis-ci.org/) to make sure that every PR passes automated tests.
74
To reproduce these tests locally, use:
85

0 commit comments

Comments
 (0)