Skip to content

Commit

Permalink
Remove Go 1.11 Build Target (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxNode authored and mansinahar committed Nov 20, 2019
1 parent 0f28f35 commit 75117e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go

go:
- '1.11.4'
- '1.12'
- '1.13'

Expand Down
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 75117e2

Please sign in to comment.