Skip to content

Commit d19cac4

Browse files
dependabot[bot]tekton-robot
authored andcommitted
Bump github.com/tektoncd/pipeline from 0.65.2 to 0.66.0
Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 0.65.2 to 0.66.0. - [Release notes](https://github.com/tektoncd/pipeline/releases) - [Changelog](https://github.com/tektoncd/pipeline/blob/main/releases.md) - [Commits](tektoncd/pipeline@v0.65.2...v0.66.0) --- updated-dependencies: - dependency-name: github.com/tektoncd/pipeline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5ff035 commit d19cac4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/spf13/cobra v1.8.1
2121
github.com/spf13/viper v1.19.0
2222
github.com/stretchr/testify v1.10.0
23-
github.com/tektoncd/pipeline v0.65.2
23+
github.com/tektoncd/pipeline v0.66.0
2424
github.com/tektoncd/plumbing v0.0.0-20231109154454-9ef46b417293
2525
github.com/tektoncd/triggers v0.30.0
2626
go.opencensus.io v0.24.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,8 +1763,8 @@ github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDd
17631763
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
17641764
github.com/tchap/go-patricia/v2 v2.3.1 h1:6rQp39lgIYZ+MHmdEq4xzuk1t7OdC35z/xm0BGhTkes=
17651765
github.com/tchap/go-patricia/v2 v2.3.1/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k=
1766-
github.com/tektoncd/pipeline v0.65.2 h1:N63Xb9uiunewPVDTz4nGamJOtVg+Q38Cy4LRpvr+2e4=
1767-
github.com/tektoncd/pipeline v0.65.2/go.mod h1:V3cyfxxc7b3GLT2a13GX2mWA86qmxWhh4mOp4gfFQwQ=
1766+
github.com/tektoncd/pipeline v0.66.0 h1:WLL98YEgWzblSAD2mPbpZN97tkOC50wiftaW+8+6zTY=
1767+
github.com/tektoncd/pipeline v0.66.0/go.mod h1:V3cyfxxc7b3GLT2a13GX2mWA86qmxWhh4mOp4gfFQwQ=
17681768
github.com/tektoncd/plumbing v0.0.0-20231109154454-9ef46b417293 h1:kNmGaAtPS9LnfNZG/JrF4Y0Qx5Ju+384aqKJNtk4PU0=
17691769
github.com/tektoncd/plumbing v0.0.0-20231109154454-9ef46b417293/go.mod h1:7eWs1XNkmReggow7ggRbRyRuHi7646B8b2XipCZ3VOw=
17701770
github.com/tektoncd/triggers v0.30.0 h1:1RV3yxRlEN565qHYG8vIKyfrU3QVZkPuv67qurLeSYg=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ github.com/syndtr/goleveldb/leveldb/util
13381338
# github.com/tchap/go-patricia/v2 v2.3.1
13391339
## explicit; go 1.16
13401340
github.com/tchap/go-patricia/v2/patricia
1341-
# github.com/tektoncd/pipeline v0.65.2
1341+
# github.com/tektoncd/pipeline v0.66.0
13421342
## explicit; go 1.22
13431343
github.com/tektoncd/pipeline/internal/artifactref
13441344
github.com/tektoncd/pipeline/pkg/apis/config

0 commit comments

Comments
 (0)