Skip to content

Commit 8f8fadf

Browse files
committedSep 28, 2022
docs: fix cyclonedx-go version in compatibility matrix
Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent 7415143 commit 8f8fadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Also, checkout the [`examples`](./example_test.go) to get an idea of how this li
3030
|:---------------------:|:---------------------:|:------------------------:|
3131
| < v0.4.0 | 1.14+ | 1.2 |
3232
| == v0.4.0 | 1.14+ | 1.3 |
33-
| >= v0.5.0 | 1.15+ | 1.4 |
33+
| >= v0.5.0, < v0.7.0 | 1.15+ | 1.4 |
3434
| >= v0.7.0 | 1.17+ | 1.0-1.4 |
3535

3636
We're aiming to support all [officially supported](https://golang.org/doc/devel/release.html#policy) Go versions, plus

0 commit comments

Comments
 (0)
Please sign in to comment.