google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.31k stars 209 forks source link

starlark: update go.mod to drop go1.18 support #529

Closed adonovan closed 6 months ago

adonovan commented 6 months ago

Also, use go1.19's maphash.String. The benchmark supports continuing to use FNV for short strings.