mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Drop go 1.16 support
This commit is contained in:
parent
31179abc2d
commit
6d6707526e
3 changed files with 3 additions and 3 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.16.x, 1.17.x]
|
go-version: [1.17.x, 1.18.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:
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ run: $(CMARK_BIN)
|
||||||
unzip cmark.zip
|
unzip cmark.zip
|
||||||
rm -f cmark.zip
|
rm -f cmark.zip
|
||||||
@ if [ -z "$${WSL_INTEROP}" ]; then \
|
@ if [ -z "$${WSL_INTEROP}" ]; then \
|
||||||
cd cmark-master && make;
|
cd cmark-master && make; \
|
||||||
else \
|
else \
|
||||||
cd cmark-master && make mingw; \
|
cd cmark-master && make mingw; \
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,3 +1,3 @@
|
||||||
module github.com/yuin/goldmark
|
module github.com/yuin/goldmark
|
||||||
|
|
||||||
go 1.16
|
go 1.18
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue