Skip to content

Commit

Permalink
chore: Bump core to c29da86cdca4e27ade19f85011fa0b3e5d2e7a22
Browse files Browse the repository at this point in the history
  • Loading branch information
keskad committed May 22, 2024
1 parent f4b4243 commit 3d192aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ k3d-install-tekton:
./.build/kubectl create ns tekton-pipelines || true; \
./.build/kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.44.4/release.yaml; \
./utils/test/wait-for-pods.sh -l app.kubernetes.io/part-of=tekton-pipelines -n tekton-pipelines

dev-run: build
./.build/pipelines-feedback-tekton --store memory --controller-name pft-$$(whoami)-local -v -f debug --disable-crd
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
// replace github.com/kube-cicd/pipelines-feedback-core => /home/damian/Projekty/open-source/pipelines-feedback/pipelines-feedback-core

require (
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240521201856-6ceb4f9ce73a
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240522084908-c29da86cdca4
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ github.com/ktr0731/go-fuzzyfinder v0.8.0 h1:+yobwo9lqZZ7jd1URPdCgZXTE2U1mpIVTkQo
github.com/ktr0731/go-fuzzyfinder v0.8.0/go.mod h1:Bjpz5im+tppKE9Ii6UK1h+6RaX/lUvJ0ruO4LIYRkqo=
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240521201856-6ceb4f9ce73a h1:jyyE9pdoY4tVV/aWhVY+CG/iCxt6pORiuwRWIe57tT4=
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240521201856-6ceb4f9ce73a/go.mod h1:TocGJt6ehkl8BQDOCAeh55exqKaVYOZM+aYcQovYdm0=
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240522084908-c29da86cdca4 h1:g0gpNVLqwC3XbZu5WxRqM8jU9IqnULZbVwaNHRzWtbM=
github.com/kube-cicd/pipelines-feedback-core v0.0.0-20240522084908-c29da86cdca4/go.mod h1:TocGJt6ehkl8BQDOCAeh55exqKaVYOZM+aYcQovYdm0=
github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491 h1:WGrKdjHtWC67RX96eTkYD2f53NDHhrq/7robWTAfk4s=
github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491/go.mod h1:o158RFmdEbYyIZmXAbrvmJWesbyxlLKee6X64VPVuOc=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
Expand Down

0 comments on commit 3d192aa

Please sign in to comment.