Update go version

This commit is contained in:
yuin 2019-11-16 21:31:10 +09:00
parent afc3654ecf
commit 696c860a32
2 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
language: go
go:
- "1.11.x"
- "1.12.x"
- "1.13.x"
env:
global:
GO111MODULE=off

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/yuin/goldmark
go 1.12
go 1.13