veraison / go-cose

go library for CBOR Object Signing and Encryption (COSE)
Mozilla Public License 2.0
50 stars 26 forks source link

Shift Go Support Window to [1.18, 1.19] #102

Closed shizhMSFT closed 1 year ago

shizhMSFT commented 2 years ago

Go 1.19 is released with release notes!

It is time to shift the window for go support to [1.18, 1.19] by updating

qmuntal commented 2 years ago

The go.mod version directive is normally set to the minimum Go version supported by the module, although one can use a lower version if the module does not use any language feature not available on the lower version.

I would stick to go1.18 and just change the GitHub Actions.