elliotchance / orderedmap

🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
MIT License
817 stars 62 forks source link

fix: ci build #24

Closed emirot closed 2 years ago

emirot commented 2 years ago

testify 1.7.0 requires go >=1.13


This change is Reviewable

elliotchance commented 2 years ago

No longer needed: https://github.com/elliotchance/orderedmap/pull/27