mirror of
https://github.com/Luzifer/go_helpers.git
synced 2024-12-25 13:31:21 +00:00
Execute tests in Go1.10
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b0da2aa67e
commit
3794ef48bd
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.7
|
- "1.7"
|
||||||
- 1.8
|
- "1.8"
|
||||||
- 1.9
|
- "1.9"
|
||||||
- tip
|
- "1.10"
|
||||||
|
- "tip"
|
||||||
|
|
Loading…
Reference in a new issue