Ver código fonte

Merge pull request #118 from aalexand/aalexand-clarify-go-versions

Clarify that Go 1.7 or newer is required.
Alexey Alexandrov 8 anos atrás
pai
commit
f52a627751
2 arquivos alterados com 3 adições e 2 exclusões
  1. 0
    1
      .travis.yml
  2. 3
    1
      README.md

+ 0
- 1
.travis.yml Ver arquivo

@@ -1,5 +1,4 @@
1 1
 language: go
2 2
 go:
3
-  - 1.6.x
4 3
   - 1.7.x
5 4
   - 1.8.x

+ 3
- 1
README.md Ver arquivo

@@ -1,3 +1,5 @@
1
+[![Build Status](https://travis-ci.org/google/pprof.svg?branch=master)](https://travis-ci.org/google/pprof)
2
+
1 3
 # Introduction
2 4
 
3 5
 pprof is a tool for visualization and analysis of profiling data.
@@ -24,7 +26,7 @@ them through the use of the native binutils tools (addr2line and nm).
24 26
 
25 27
 Prerequisites:
26 28
 
27
-- Go development kit. Known to work with Go 1.5.
29
+- Go development kit. Requires Go 1.7 or newer.
28 30
   Follow [these instructions](http://golang.org/doc/code.html) to install the 
29 31
   go tool and set up GOPATH.
30 32