update version 1.13

This commit is contained in:
astaxie 2019-09-19 00:19:33 +08:00
parent 8395a26061
commit 11774c87a5
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- "1.11.x"
- "1.13.x"
services:
- redis-server
- mysql

2
go.mod
View File

@ -37,3 +37,5 @@ require (
replace golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85 => github.com/golang/crypto v0.0.0-20181127143415-eb0de9b17e85
replace gopkg.in/yaml.v2 v2.2.1 => github.com/go-yaml/yaml v0.0.0-20180328195020-5420a8b6744d
go 1.13