Skip to content

Commit

Permalink
Mention Go 1.18 requirement in README (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Aug 10, 2022
1 parent ae6f737 commit e509760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A Go implemenation of a [patricia tree](https://en.wikipedia.org/wiki/Radix_tree
tagging IPv4 and IPv6 addresses with CIDR bits, with a focus on producing as little garbage for the garbage collector to
manage as possible. This allows you to tag millions of IP addresses without incurring a penalty during GC scanning.

This library requires Go >= 1.9.
This library requires Go >= 1.18. Check version [1.1.0](https://github.com/kentik/patricia/releases/tag/v1.1.0) if you wish to use a prrio version.

IP/CIDR tagging
---------------
Expand Down

0 comments on commit e509760

Please sign in to comment.