Bump up go version

This commit is contained in:
yuin 2020-03-25 16:54:13 +09:00
parent 785b85a76a
commit 84d07d567d
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -10,9 +10,6 @@ goldmark
goldmark is compliant with CommonMark 0.29. goldmark is compliant with CommonMark 0.29.
Caution: Go 1.14 has a [critical bug](https://github.com/golang/go/issues/37741). It is recommended that you stay with Go 1.13 until the bug is fixed.
------------------------------------------
Motivation Motivation
---------------------- ----------------------
I needed a Markdown parser for Go that satisfies the following requirements: I needed a Markdown parser for Go that satisfies the following requirements: