Drop support for Go 1.0 and 1.1.
Add Travis testing on 1.4.
This commit is contained in:
parent
dc985c3409
commit
131ec1e531
2 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.0
|
||||
- 1.1
|
||||
- 1.2
|
||||
- 1.3
|
||||
- 1.4
|
||||
- tip
|
||||
|
|
|
|||
|
|
@ -78,5 +78,4 @@ func NewLenChars(length int, chars []byte) string {
|
|||
}
|
||||
}
|
||||
}
|
||||
panic("unreachable")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue