Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(docs): fix go-version-file path (#3773)
This is a quick fix to get master’s CI back to green. It should work even though I noticed while digging in that the `docs` folder’s Makefile has two rules, each calling different go dependencies with their own `go.mod` files requiring different go versions. It might be wise to refactor this and consolidate everything into a single `go.mod` and probably even moving it to the `docs` folder?
- Loading branch information