Kunde21 / markdownfmt

Like gofmt, but for Markdown.
MIT License
55 stars 7 forks source link

go.mod: Raise to Go 1.18, use Go 1.18 in CI #41

Closed abhinav closed 2 years ago

abhinav commented 2 years ago

This updates the go directive in go.mod to Go 1.18, and also updates CI to test against both, Go 1.18 and 1.19.

Per the Go release policy, only the current and previous minor releases are supported. So with Go 1.19 out, only 1.18 and 1.19 receive bug and security fixes.