Skip to content

Commit 2270566

Browse files
authored
Merge pull request #254 from CycloneDX/bump-go-versions
2 parents 291671e + 082681c commit 2270566

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Go
3434
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
3535
with:
36-
go-version: "1.22"
36+
go-version: "1.25"
3737
check-latest: true
3838
cache: false
3939
- name: Run golangci-lint
@@ -49,9 +49,9 @@ jobs:
4949
strategy:
5050
matrix:
5151
go:
52-
- "1.20"
53-
- "1.21"
54-
- "1.22"
52+
- "1.23"
53+
- "1.24"
54+
- "1.25"
5555
steps:
5656
- name: Setup Go
5757
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Go
2323
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # tag=v6.2.0
2424
with:
25-
go-version: "1.22"
25+
go-version: "1.25"
2626
check-latest: true
2727
- name: Install cyclonedx-gomod
2828
uses: CycloneDX/gh-gomod-generate-sbom@efc74245d6802c8cefd925620515442756c70d8f # tag=v2.0.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Also, checkout the [`examples`](./example_test.go) to get an idea of how this li
3434
| >= v0.7.0, < v0.8.0 | 1.17+ | 1.0-1.4 |
3535
| == v0.8.0 | 1.18+ | 1.0-1.5 |
3636
| >= v0.9.0 | 1.20+ | 1.0-1.6 |
37+
| >= 0.10.0 | 1.23+ | 1.0-1.6 |
3738

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/CycloneDX/cyclonedx-go
22

3-
go 1.20
3+
go 1.23
44

55
require (
66
github.com/bradleyjkemp/cupaloy/v2 v2.8.0

0 commit comments

Comments
 (0)