Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up Go 1.18 for the subctl consuming test
For tests relying on "local" builds, we need to set up Go explicitly to match our requirements (1.18 or later now). Since go mod download on its own doesn't deal with dependencies through local replaces, we need to run go mod tidy to ensure all the transitive dependencies are available. Signed-off-by: Stephen Kitt <[email protected]>
- Loading branch information