Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go.mod to require go 1.17 #489

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

fxamacker
Copy link
Owner

@fxamacker fxamacker commented Feb 11, 2024

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+.

Also update Quick Start in the README:

This library can encode and decode CBOR (RFC 8949) and CBOR Sequences (RFC 8742).

  • CBOR data item is a single piece of CBOR data and its structure may contain zero, one, or more nested data items.
  • CBOR sequence is a concatenation of 0 or more encoded CBOR data items.

Closes #478

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+.
@fxamacker
Copy link
Owner Author

@x448 PTAL

This library can encode and decode CBOR (RFC 8949) and CBOR Sequences (RFC 8742).

- CBOR data item is a single piece of CBOR data and its structure may contain zero, one, or more nested data items.

- CBOR sequence is a concatenation of 0 or more encoded CBOR data items.
Copy link
Contributor

@x448 x448 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@fxamacker fxamacker merged commit 1f67e1e into master Feb 12, 2024
17 checks passed
@fxamacker fxamacker deleted the fxamacker/require-go-1.17-in-go.mod branch September 7, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v2.6.0] Bump from go 1.12 to go 1.17 in go.mod
2 participants