Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Specify go 1.23.0 in go.mod (#7822)
We're using `.Keys()` a method of the maps package added in 1.23 (https://pkg.go.dev/maps@master#Keys) but our go.mod states 1.22.0. This causes some in-IDE linting errors in VSCode.
- Loading branch information