File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
matrix :
17
- go : [ '1.18.1 ', '1.17.6 ', '1.16.5 ' ]
17
+ go : [ '1.22 ', '1.21 ', '1.20 ' ]
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ To update Objx to the latest version, run:
74
74
go get -u github.com/stretchr/objx
75
75
76
76
### Supported go versions
77
- We currently support the most recent major Go versions from 1.13 onward .
77
+ We currently support the three recent major Go versions.
78
78
79
79
## Contributing
80
80
Please feel free to submit issues, fork the repository and send pull requests!
Original file line number Diff line number Diff line change 1
1
module github.com/stretchr/objx
2
2
3
- go 1.13
3
+ go 1.20
4
4
5
5
require github.com/stretchr/testify v1.8.4
6
6
7
+ require (
8
+ github.com/davecgh/go-spew v1.1.1 // indirect
9
+ github.com/pmezard/go-difflib v1.0.0 // indirect
10
+ gopkg.in/yaml.v3 v3.0.1 // indirect
11
+ )
12
+
7
13
exclude github.com/stretchr/testify v1.8.0
You can’t perform that action at this time.
0 commit comments