go-piv / piv-go

Keys and certificates for YubiKeys, written in Go
Apache License 2.0
366 stars 65 forks source link

Bump go.mod version #120

Closed udf2457 closed 1 year ago

udf2457 commented 1 year ago

Could I prompt you to bump the go.mod version, it's currently 1.16.

Per the Go release policy, they only support two prior major releases.

Also this is not just a cosmetic issue, per the gomod-ref , this value affects (a) use of new language features (b) behaviour of go command. Bumping the go.mod version has a positive effect on both.

ericchiang commented 1 year ago

Closing per: https://github.com/go-piv/piv-go/pull/121#issuecomment-1753880490