alecthomas / mph

Minimal Perfect Hashing for Go
BSD 3-Clause "New" or "Revised" License
177 stars 23 forks source link

Lower go.mod version to Go 1.17 #19

Open Jille opened 9 months ago

Jille commented 9 months ago

This library can actually run with a really old Go version, but 1.17 seemed old enough to include most installations.

Jille commented 9 months ago

I looked into Hermit. I'll try to convince my colleagues to adopt it so we finally have stable versions of sqlc, protoc and protoc-gen-go :)