mirror of
https://github.com/Luzifer/go_helpers.git
synced 2024-12-25 05:21:20 +00:00
Drop support for older Go versions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
77c32c00ab
commit
a29d3f74e6
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.7"
|
- 1.11.x
|
||||||
- "1.8"
|
- 1.12.x
|
||||||
- "1.9"
|
- tip
|
||||||
- "1.10"
|
|
||||||
- "tip"
|
|
||||||
|
|
Loading…
Reference in a new issue