1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-10 10:10:02 +02:00

Use latest released Go versions (#967)

This commit is contained in:
Alexey Palazhchenko 2017-07-07 20:22:05 +03:00 committed by Vishal Rana
parent e0ea129c5c
commit d79c13108c

View File

@ -1,7 +1,7 @@
language: go
go:
- 1.7
- 1.8
- 1.7.x
- 1.8.x
- tip
install:
- make dependency