sethvargo/go-limiter

Does not build on Go 1.17

sgmiller opened this issue · 5 comments

github.com/sethvargo/go-limiter/memorystore.(*store).purge: relocation target runtime.walltime not defined
github.com/sethvargo/go-limiter/memorystore.newBucket: relocation target runtime.walltime not defined
github.com/sethvargo/go-limiter/memorystore.(*bucket).take: relocation target runtime.walltime not defined

Probably due to golang/go#46777

Are you using HEAD? I fixed this in 748ae80 which was released in v0.7.0.

I verified it works on 1.17

This issue has been automatically locked since there has not been any
recent activity after it was closed. Please open a new issue for
related bugs.