Skip to content

Commit

Permalink
Drop Go 1.15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Oct 21, 2021
1 parent 7557842 commit 661ccb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.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:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/yuin/goldmark

go 1.15
go 1.16

0 comments on commit 661ccb7

Please sign in to comment.