A recent optimization bumped go to 1.20 in go.mod but go 1.17 is still supported. This commit is to reduce confusion about the minimum Go version supported by this CBOR library. fxamacker/cbor v2.5.0 supports 1.12+. fxamacker/cbor v2.6.0 will support 1.17+.
6 lines
148 B
Modula-2
6 lines
148 B
Modula-2
module github.com/fxamacker/cbor/v2
|
|
|
|
go 1.17 // Compiling with go 1.20+ uses new features and optimizations
|
|
|
|
require github.com/x448/float16 v0.8.4
|