Commit 3861cb43 authored by Péter Surányi's avatar Péter Surányi Committed by Andrew Gerrand

go/build: add go1.2 build tag

Fixes #6449.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/13829044
parent 3e3ed5d9
...@@ -295,7 +295,7 @@ func defaultContext() Context { ...@@ -295,7 +295,7 @@ func defaultContext() Context {
// When we reach Go 1.3 the line will read // When we reach Go 1.3 the line will read
// c.ReleaseTags = []string{"go1.1", "go1.2", "go1.3"} // c.ReleaseTags = []string{"go1.1", "go1.2", "go1.3"}
// and so on. // and so on.
c.ReleaseTags = []string{"go1.1"} c.ReleaseTags = []string{"go1.1", "go1.2"}
switch os.Getenv("CGO_ENABLED") { switch os.Getenv("CGO_ENABLED") {
case "1": case "1":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment