Skip to content

Commit eacf4f3

Browse files
authored
Merge pull request #80 from github/elr/retract-go-1.22
retract v2.3.0 in v2.3.1 returning to go 1.21
2 parents ed138b1 + f01f9fc commit eacf4f3

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/[email protected].0/spdxexp.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected].0/spdxexp)
2-
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected].0/spdxlicenses.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected].0/spdxlicenses)
1+
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected].1/spdxexp.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected].1/spdxexp)
2+
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected].1/spdxlicenses.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected].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)