Drop Go 1.15 support

This commit is contained in:
yuin 2021-10-21 18:27:53 +09:00
parent 7557842636
commit 661ccb7c9e
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.15.x,1.16.x]
go-version: [1.16.x, 1.17.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.15
go 1.16