Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Cache tools/ with GitHub Actions (#1043)
We run `go mod download` to populate `$GOPATH/pkg` with dependencies, the contents of which are later cached. We did not previously run this for the tools submodule, so those dependencies were not getting cached.
- Loading branch information