microsoft / go-crypto-winnative

Go crypto backend for Windows using CNG
MIT License
28 stars 3 forks source link

Require at least Go 1.22 #61

Closed qmuntal closed 3 weeks ago

qmuntal commented 3 weeks ago

We are currently requiring at least Go 1.17, which it is well overdue. This PR bumps the minimum required Go version to 1.22 so we can use newer language features and standard library APIs.