File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ For more information, see:
18
18
19
19
## Installation
20
20
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.
22
22
Note that prebid-server is using [ Go modules] ( https://blog.golang.org/using-go-modules ) .
23
23
If using Go version <1.13 and are inside GOPATH ` GO111MODULE ` needs to be set to ` GO111MODULE=on ` .
24
24
Original file line number Diff line number Diff line change 1
1
# Automated Tests
2
2
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
-
6
3
This project uses [ TravisCI] ( https://travis-ci.org/ ) to make sure that every PR passes automated tests.
7
4
To reproduce these tests locally, use:
8
5
You can’t perform that action at this time.
0 commit comments