瀏覽代碼

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

Clarify that Go 1.7 or newer is required.
Alexey Alexandrov 8 年之前
父節點
當前提交
f52a627751
共有 2 個檔案被更改,包括 3 行新增2 行删除
  1. 0
    1
      .travis.yml
  2. 3
    1
      README.md

+ 0
- 1
.travis.yml 查看文件

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

+ 3
- 1
README.md 查看文件

1
+[![Build Status](https://travis-ci.org/google/pprof.svg?branch=master)](https://travis-ci.org/google/pprof)
2
+
1
 # Introduction
3
 # Introduction
2
 
4
 
3
 pprof is a tool for visualization and analysis of profiling data.
5
 pprof is a tool for visualization and analysis of profiling data.
24
 
26
 
25
 Prerequisites:
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
   Follow [these instructions](http://golang.org/doc/code.html) to install the 
30
   Follow [these instructions](http://golang.org/doc/code.html) to install the 
29
   go tool and set up GOPATH.
31
   go tool and set up GOPATH.
30
 
32