-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #489 from fxamacker/fxamacker/require-go-1.17-in-g…
…o.mod Update go.mod to require go 1.17. Update Quick Start to define CBOR data item and CBOR sequence.
- Loading branch information
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module github.com/fxamacker/cbor/v2 | ||
|
||
go 1.20 | ||
go 1.17 // Compiling with go 1.20+ uses new features and optimizations | ||
|
||
require github.com/x448/float16 v0.8.4 |