Closed noahdietz closed 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.
toolchain
go.mod
Go 1.20
renovate uses latest Go version, but that means it will be tidied with 1.22 which adds
toolchain
directive to thego.mod
whichGo 1.20
tools (i.e. CI) do not understand.