Bump go version up

This commit is contained in:
yuin 2020-08-20 13:59:16 +09:00
parent 91e5269fb0
commit e880f8545b
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.13.x,1.14.x]
go-version: [1.14.x,1.15.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:

2
go.mod
View file

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