Skip to content

Commit

Permalink
build: drop support for go 1.14 (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <nscuro@protonmail.com>

Closes #10
  • Loading branch information
nscuro committed Oct 8, 2021
1 parent d40c159 commit aa2e423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
strategy:
matrix:
go:
- "^1.14"
- "^1.15"
- "^1.16"
- "^1.17"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Also, checkout the [`examples`](./example_test.go) to get an idea of how this li
| cyclonedx-go versions | Supported Go versions | Supported CycloneDX spec |
|:---------------------:|:---------------------:|:------------------------:|
| < v0.4.0 | 1.14+ | 1.2 |
| >= v0.4.0 | 1.14+ | 1.3 |
| == v0.4.0 | 1.14+ | 1.3 |
| >= v0.5.0 | 1.15+ | 1.3 |

We're aiming to support all [officially supported](https://golang.org/doc/devel/release.html#policy) Go versions, plus
an additional older version.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/CycloneDX/cyclonedx-go

go 1.14
go 1.15

require (
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
Expand Down

0 comments on commit aa2e423

Please sign in to comment.