Remove unnecessary annotations from Pipeline-as-Code template #5518
Annotations
2 errors and 1 warning
Verify goimports:
pkg/pipelines/tekton/templates_s2i.go#L1
Please run goimports.
diff --git a/pkg/pipelines/tekton/templates_s2i.go b/pkg/pipelines/tekton/templates_s2i.go
index 90ba784..a0d1e9c 100644
--- a/pkg/pipelines/tekton/templates_s2i.go
+++ b/pkg/pipelines/tekton/templates_s2i.go
@@ -153,8 +153,8 @@ spec:
secret:
secretName: {{.SecretName}}
`
- // s2iRunTemplatePAC contains the S2I template used for Tekton PAC PipelineRun
- s2iRunTemplatePAC = `
+ // s2iRunTemplatePAC contains the S2I template used for Tekton PAC PipelineRun
+ s2iRunTemplatePAC = `
apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
|
Verify goimports
Process completed with exit code 1.
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/func/func. Supported file pattern: go.sum
|
Loading