go/build: add go1.2 build tag

Fixes #6449.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/13829044
This commit is contained in:
Péter Surányi 2013-09-23 18:11:25 +10:00 committed by Andrew Gerrand
parent 3e3ed5d978
commit 3861cb4388
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ func defaultContext() Context {
// When we reach Go 1.3 the line will read
// c.ReleaseTags = []string{"go1.1", "go1.2", "go1.3"}
// and so on.
c.ReleaseTags = []string{"go1.1"}
c.ReleaseTags = []string{"go1.1", "go1.2"}
switch os.Getenv("CGO_ENABLED") {
case "1":