diff --git a/config/konflux/tektoncd-chains.yaml b/config/konflux/tektoncd-chains.yaml index aea56f6..2b40d08 100644 --- a/config/konflux/tektoncd-chains.yaml +++ b/config/konflux/tektoncd-chains.yaml @@ -8,6 +8,8 @@ patches: &patches sed -i "s%go 1.22.*%go 1.22%g" go.mod sed -i "s%go 1.22.*%go 1.22%g" vendor/modules.txt git diff > ../.konflux/patches/0000-go1.22.patch + # clean after yourself >:D + git co HEAD go.mod vendor/modules.txt branches: - upstream: release-v0.23.x version: next diff --git a/config/konflux/tektoncd-cli.yaml b/config/konflux/tektoncd-cli.yaml index f92a736..4537e5f 100644 --- a/config/konflux/tektoncd-cli.yaml +++ b/config/konflux/tektoncd-cli.yaml @@ -8,6 +8,8 @@ patches: &patches sed -i "s%go 1.22.*%go 1.22%g" go.mod sed -i "s%go 1.22.*%go 1.22%g" vendor/modules.txt git diff > ../.konflux/patches/0000-go1.22.patch + # clean after yourself >:D + git co HEAD go.mod vendor/modules.txt branches: - upstream: release-v0.39.0 version: next