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 to 1.23 in go.mod
Hopefully we can do without the toolchain directive, and `go 1.23` will be enough, and we won't need to change it `go 1.23.0`. The latter is not great together with the way we use actions/setup-go, it would always build with 1.23.0 instead of the latest minor release. ``` uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} ```
- Loading branch information