Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Set go version in go.mod to 1.23.0
go 1.24 has been released so 1.22 is no longer supported. Having go versions out of sync in go.mod and tools/go.mod causes issues when building in github actions, so this change will also help with that. Signed-off-by: Christophe Fergeau <[email protected]>
- Loading branch information