Skip to content

Commit 2bc5587

Browse files
committed
Make sure we do static builds for go 1.4
As per golang/go#9369 (comment)
1 parent 224ac14 commit 2bc5587

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: goaci.go

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ func main() {
7878
}
7979

8080
// Construct args for a go get that does a static build
81-
// TODO(jonboulle): go version 1.4
8281
args := []string{
8382
gocmd,
8483
"get",

0 commit comments

Comments
 (0)