mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Bump up go version
This commit is contained in:
parent
785b85a76a
commit
84d07d567d
2 changed files with 1 additions and 4 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue