You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ For more information, see:
18
18
19
19
## Installation
20
20
21
-
First install [Go 1.12](https://golang.org/doc/install) latest version.
21
+
First install [Go](https://golang.org/doc/install) version 1.13 or newer.
22
+
22
23
Note that prebid-server is using [Go modules](https://blog.golang.org/using-go-modules).
23
-
If using Go version <1.13 and are inside GOPATH `GO111MODULE` needs to be set to `GO111MODULE=on`.
24
+
We officially support the most recent two major versions of the Go runtime. However, if you'd like to use a version <1.13 and are inside GOPATH `GO111MODULE` needs to be set to `GO111MODULE=on`.
0 commit comments