Go 1.22 is released with release notes!
It is time to shift the window for go support to [1.21, 1.22] by updating
go. mod
- GitHub Actions
README.md
After shifting the golang support window, we can remove / update some internal implementations using the latest golang built-in libraries introduced in golang 1.21.
Go 1.22 is released with release notes!
It is time to shift the window for go support to
[1.21, 1.22]by updatinggo. modREADME.mdAfter shifting the golang support window, we can remove / update some internal implementations using the latest golang built-in libraries introduced in golang
1.21.oras.land/oras-go/internal/slicesand replace it with the golang built-in packageslices.Map()andTagSet()ofinternal/resolver/memory.gowith the built-inmaps.Cloneto improve performance.