stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
687 stars 75 forks source link

Use go1.20; update .github action #134

Closed haton14 closed 1 year ago

haton14 commented 1 year ago

Summary

Upgrade go module version to go version supported by the go lang team This PR:

[:~/enjoy/objx][update-go-version]
$ go test 
PASS
ok      github.com/stretchr/objx        0.424s
haton14 commented 1 year ago

@hanzei sorry... I believe there are no fundamental compatibility issues, but it seems that I may have not taken enough factors into consideration, as I have not conducted any benchmarks or measurements to evaluate superiority.

haton14 commented 1 year ago

I will contribute again when I have another opportunity.