1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-10-18 02:19:26 +00:00
catalog/go.mod
vinamra28 1de6282907 Bump tektoncd/plumbing to avoid CI failures
E2E tests are failing for the reason

```
ERROR: (gcloud.beta.container.clusters.create) ResponseError: code=400,
message=Creation of node pools using node images based on Docker
container runtimes is not supported in GKE v1.23. This is to prepare
for the removal of Dockershim in Kubernetes v1.24. We recommend that
you migrate to image types based on Containerd (examples). For more
information, contact Cloud Support.
```

The changes have been made in plumbing directory to fix the same, hence
bumping.

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
2022-11-04 10:55:47 +01:00

6 lines
117 B
Modula-2

module github.com/tektoncd/catalog
go 1.13
require github.com/tektoncd/plumbing v0.0.0-20221102182345-5dbcfda657d7