Merge pull request #5 from StableLib/go12
Drop support for Go 1.0 and 1.1.
This commit is contained in:
commit
d4cd796fc0
2 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.0
|
|
||||||
- 1.1
|
|
||||||
- 1.2
|
- 1.2
|
||||||
- 1.3
|
- 1.3
|
||||||
|
- 1.4
|
||||||
- tip
|
- 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