From 84d07d567d029c69a1bb1bf29d987d597af32ce3 Mon Sep 17 00:00:00 2001 From: yuin Date: Wed, 25 Mar 2020 16:54:13 +0900 Subject: [PATCH] Bump up go version --- .github/workflows/test.yaml | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 908d04c..739642a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: diff --git a/README.md b/README.md index a1dee36..b0923c9 100644 --- a/README.md +++ b/README.md @@ -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: