Skip to content

Commit

Permalink
Bump up go version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Mar 25, 2020
1 parent 785b85a commit 84d07d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.12.x, 1.13.x]
go-version: [1.13.x,1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ goldmark
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
----------------------
I needed a Markdown parser for Go that satisfies the following requirements:
Expand Down

0 comments on commit 84d07d5

Please sign in to comment.