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

Change mod file to use Go 1.18; extend ci test versions #508

Closed alexandear closed 1 year ago

alexandear commented 1 year ago

This PR changes the minimum supported version of Go to 1.18 by modifying go.mod file.

Other changes:

See https://github.com/google/starlark-go#stability.