Skip to content

Commit

Permalink
go-cloud-debug-agent: add go1.7 build tag
Browse files Browse the repository at this point in the history
debuglet.go won't compile under go 1.6 because of changes in
golang.org/x/debug/server.

Change-Id: Iba798396740bbe9817403c397045ce9b39fc91fe
Reviewed-on: https://code-review.googlesource.com/16690
Reviewed-by: kokoro <[email protected]>
Reviewed-by: Tuo Shan <[email protected]>
  • Loading branch information
jba committed Sep 8, 2017
1 parent f0bd45f commit 872c8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-cloud-debug-agent/debuglet.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// +build linux
// +build linux,go1.7

package main

Expand Down

0 comments on commit 872c8d2

Please sign in to comment.