Skip to content

Commit

Permalink
PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxNode committed Nov 19, 2019
1 parent 95f10e3 commit ee22fad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For more information, see:

## Installation

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

Expand Down
3 changes: 0 additions & 3 deletions docs/developers/automated-tests.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Automated Tests

**NOTE**: The automated tests will not pass on Go 1.11 due to [this bug](https://github.com/golang/go/issues/27275) in Go.
This issue has been fixed in Go 1.11.1.

This project uses [TravisCI](https://travis-ci.org/) to make sure that every PR passes automated tests.
To reproduce these tests locally, use:

Expand Down

0 comments on commit ee22fad

Please sign in to comment.