test if it works with golang 1.8

This commit is contained in:
z4yx 2018-10-25 16:16:04 +08:00
parent 6241576b12
commit b6043142e1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ sudo: required
language: go
go:
- 1.6
- 1.8
before_install:
- sudo apt-get install cgroup-bin

View File

@ -1,3 +1,3 @@
package internal
const Version string = "0.2-dev"
const Version string = "0.3.2-dev"