1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-22 06:02:51 +00:00
catalog/task/kythe-go/0.1
vinamra28 8bd5deaa7b Deprecate kythe-go version 0.1
Kythe-go version 0.1 is being deprecated as it's incompatible with
latest versions of golang and the tests are also failing.

Signed-off-by: vinamra28 <vinjain@redhat.com>
2022-01-18 14:33:05 +00:00
..
tests Fix kythe-go task on restricted environment 2020-07-23 17:03:01 +01:00
kythe-go.yaml Deprecate kythe-go version 0.1 2022-01-18 14:33:05 +00:00
README.md Add linux/amd64 platform annotation to the rest of the tasks 2021-10-29 17:08:38 +01:00

Kythe

These Tasks are Kythe tasks to generating annotations for source code.

kythe-go

The kythe-go Task runs the Kythe Go extractor for the given package, placing the resulting kzips in the output workspace.

Workspaces

  • output: A workspace for this Task to place kzip outputs into.

Parameters

  • package: Go package pattern to analyze.

Platforms

The Task can be run on linux/amd64 platform.