mirror of https://github.com/gin-gonic/gin.git
chore: support go1.13 (#2038)
* chore: support go1.13 * chore: remove env var for go1.13
This commit is contained in:
parent
01ca625b98
commit
c3f7fc399a
|
@ -8,6 +8,7 @@ matrix:
|
|||
env: GO111MODULE=on
|
||||
- go: 1.12.x
|
||||
env: GO111MODULE=on
|
||||
- go: 1.13.x
|
||||
- go: master
|
||||
env: GO111MODULE=on
|
||||
|
||||
|
|
Loading…
Reference in New Issue