Skip to content

Commit f01f9fc

Browse files
committed
retract v2.3.0 in v2.3.1 returning to go 1.21
There were compatibility issues with go 1.22. This retracts release v2.3.0 which used go 1.22 and adds release v2.3.1 which goes back to using go 1.21.
1 parent ed138b1 commit f01f9fc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/v2@v2.3.0/spdxexp.svg)](https://pkg.go.dev/github.com/github/go-spdx/v2@v2.3.0/spdxexp)
2-
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/v2@v2.3.0/spdxlicenses.svg)](https://pkg.go.dev/github.com/github/go-spdx/v2@v2.3.0/spdxlicenses)
1+
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/v2@v2.3.1/spdxexp.svg)](https://pkg.go.dev/github.com/github/go-spdx/v2@v2.3.1/spdxexp)
2+
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/v2@v2.3.1/spdxlicenses.svg)](https://pkg.go.dev/github.com/github/go-spdx/v2@v2.3.1/spdxlicenses)
33

44
# go-spdx
55

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/github/go-spdx/v2
22

3-
go 1.22
3+
retract v2.3.0 // Compatibility issues with go 1.22
4+
5+
go 1.21
46

57
require github.com/stretchr/testify v1.8.0
68

0 commit comments

Comments
 (0)