1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-25 22:21:28 +00:00

Merge pull request #3371 from HaraldNordgren/go_versions

Bump Go versions and use 1.n.x to get latest minor versions
This commit is contained in:
astaxie 2018-10-28 19:49:27 +08:00 committed by GitHub
commit 4e83b4400a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
language: go
go:
- "1.9.7"
- "1.10.3"
- "1.11"
- "1.9.x"
- "1.10.x"
- "1.11.x"
services:
- redis-server
- mysql