Closed udf2457 closed 1 year ago
Could I prompt you to bump the go.mod version, it's currently 1.16.
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.
Closing per: https://github.com/go-piv/piv-go/pull/121#issuecomment-1753880490
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.