From 7bf40f9f8ed6c723c0e2a1dd9166755c152fe384 Mon Sep 17 00:00:00 2001 From: Jakub Balamut Date: Fri, 15 Dec 2023 13:42:08 +0000 Subject: [PATCH] Updated Tekton dependency to the newest patch for current LTS version --- pkg/kf/commands/dependencies/dependencies.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kf/commands/dependencies/dependencies.go b/pkg/kf/commands/dependencies/dependencies.go index 8026fdd94..566f55dc8 100644 --- a/pkg/kf/commands/dependencies/dependencies.go +++ b/pkg/kf/commands/dependencies/dependencies.go @@ -108,7 +108,7 @@ func newDependencies() []dependency { // dep matrix right now is fairly impossible. To ensure we still // testing against the right version though, we are going to hard // code this. - ResolveVersion: staticVersionResolver("v0.53.2"), + ResolveVersion: staticVersionResolver("v0.53.3"), ResolveURL: func(version string) (string, error) { const URL = "https://github.com/tektoncd/pipeline/releases/download/%s/release.yaml" return fmt.Sprintf(URL, version), nil