Add golang 1.11.x testing (#1514)

* Add golang 1.11.x testing

* remove the latest golang testing

See the issue: https://github.com/gin-gonic/gin/pull/1510
This commit is contained in:
Bo-Yi Wu 2018-08-30 14:22:51 +08:00 committed by 田欧
parent 0da5b0c85a
commit 09d342abbc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
- 1.11.x
git:
depth: 10