Merge pull request #113 from chenrui333/go-1.13

Update to golang v1.13
This commit is contained in:
James Bowes 2019-11-29 09:18:19 -04:00 committed by GitHub
commit b20aa82f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -1,10 +1,14 @@
dist: bionic
language: go
go:
- 1.11.x
- "1.11.x"
- "1.12.x"
- "1.13.x"
branches:
only:
- master
- master
after_success:
# only report coverage for go-version 1.11

2
go.mod
View file

@ -31,4 +31,4 @@ require (
)
// Remove this when we stop using gometalinter and kingpin
replace github.com/nicksnyder/go-i18n => github.com/nicksnyder/go-i18n v1.10.1
replace github.com/nicksnyder/go-i18n => github.com/nicksnyder/go-i18n v1.10.1