Skip to content

Commit 75117e2

Browse files
SyntaxNodemansinahar
authored andcommitted
Remove Go 1.11 Build Target (#1109)
1 parent 0f28f35 commit 75117e2

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: go
22

33
go:
4-
- '1.11.4'
54
- '1.12'
65
- '1.13'
76

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)