Skip to content

Commit

Permalink
Updated Tekton dependency to the newest patch for current LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
balamut-google committed Dec 15, 2023
1 parent c1d9aea commit 15edd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kf/commands/dependencies/dependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15edd19

Please sign in to comment.