This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Building the custom task on my mac was working just fine but once we started to build it with CI it failed with `no required module provides package github.com/googleapis/gnostic/OpenAPIv2` Turns out this is a known issue: kubernetes/client-go#741 Kinda at a loss as to why other custom tasks aren't running into this and my understanding of go mod is so shallow that I feel like I'm writing with a crayon to fix this (nothing against crayons, they make cool marks) - but anyway I tried to copy what the pipeline go.mod had done since I think that's where the original version came from anyway https://github.com/tektoncd/pipeline/blob/main/go.mod
- Loading branch information