remove 1.6 support for channelz (#2242)

ChannelZ is a debugging feature in grpc. It has not had appengine support; this commit
removes its support for 1.6, too. This change is because in a recent sys/unix commit
1.6 support was broken.
This commit is contained in:
Jean de Klerk
2018-07-26 14:24:04 -07:00
committed by GitHub
parent 339b6cb107
commit 804c2a9051
10 changed files with 10 additions and 9 deletions

View File

@ -4,6 +4,7 @@ matrix:
include:
- go: 1.10.x
env: VET=1 RACE=1
- go: 1.6.x
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x

View File

@ -1,4 +1,4 @@
// +build !appengine
// +build !appengine,go1.7
/*
*

View File

@ -1,4 +1,4 @@
// +build !linux appengine
// +build !linux appengine !go1.7
/*
*

View File

@ -1,4 +1,4 @@
// +build linux,!appengine
// +build linux,!appengine,go1.7
// +build 386 amd64
/*

View File

@ -1,4 +1,4 @@
// +build 386,linux,!appengine
// +build 386,linux,!appengine,go1.7
/*
*

View File

@ -1,4 +1,4 @@
// +build amd64,linux,!appengine
// +build amd64,linux,!appengine,go1.7
/*
*

View File

@ -1,4 +1,4 @@
// +build !appengine
// +build !appengine,go1.7
/*
*

View File

@ -1,4 +1,4 @@
// +build !linux appengine
// +build !linux appengine !go1.7
/*
*

View File

@ -1,4 +1,4 @@
// +build !appengine
// +build !appengine,go1.7
/*
*

View File

@ -1,4 +1,4 @@
// +build !linux appengine
// +build !linux appengine !go1.7
/*
*