CycloneDX / cyclonedx-go

Go library to consume and produce CycloneDX Software Bill of Materials (SBOM)

Home Page:https://cyclonedx.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop support for Go 1.14

nscuro opened this issue · comments

Go 1.16 and 1.17 are the two officially supported ones. We decided to support one older version, which is 1.15 by now.

I don't think this will have any meaningful consequences.

  • Increment Go version in go.mod
  • Remove builds against 1.14 from the build matrix