googleapis / api-linter

A linter for APIs defined in protocol buffers.
https://linter.aip.dev/
Apache License 2.0
600 stars 144 forks source link

chore(deps): force renovate to use Go 1.20 #1368

Closed noahdietz closed 7 months ago

noahdietz commented 7 months ago

renovate uses latest Go version, but that means it will be tidied with 1.22 which adds toolchain directive to the go.mod which Go 1.20 tools (i.e. CI) do not understand.