oras-project / oras-go

ORAS Go library
https://oras.land
Apache License 2.0
170 stars 91 forks source link

Shift Go Support Window to `[1.21, 1.22]` #713

Closed shizhMSFT closed 4 months ago

shizhMSFT commented 5 months ago

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

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.

dextrot commented 5 months ago

Hi @shizhMSFT can you please assign this issue to me?

shizhMSFT commented 5 months ago

@dextrot Sure. Thanks for contributing to oras-go.

You may follow #587 for references.

dextrot commented 5 months ago

@dextrot Sure. Thanks for contributing to oras-go.

You may follow #587 for references.

Thank you @shizhMSFT

shizhMSFT commented 4 months ago

@dextrot There is a build error in #715. Could you fix it according to https://github.com/oras-project/oras-go/pull/715#pullrequestreview-1919141893 as we need it in the next version v2.5.0, which is planned to be released in the near future? It is OK if you want to delegate it to other contributors.

dextrot commented 4 months ago

@dextrot There is a build error in #715. Could you fix it according to #715 (review) as we need it in the next version v2.5.0, which is planned to be released in the near future? It is OK if you want to delegate it to other contributors.

Apologies, taking a look now.