Skip to content

Commit

Permalink
Merge pull request #12256 from wolfi-dev/wolfictl-a02c8edc-3cf4-4c89-…
Browse files Browse the repository at this point in the history
…b121-37a50803dada
  • Loading branch information
ajayk authored Feb 1, 2024
2 parents a608836 + ea2e608 commit bf26d89
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions flux-notification-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: flux-notification-controller
version: 1.2.3
epoch: 3
version: 1.2.4
epoch: 0
description: The GitOps Toolkit event forwarded and notification dispatcher
copyright:
- license: Apache-2.0
Expand All @@ -16,15 +16,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 5021cd49d83e73447f2a634c530e5936d1cfd003
expected-commit: 0768aa25556bc456a2e33be1554bb96bb3a68c3b
repository: https://github.com/fluxcd/notification-controller
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/[email protected] github.com/cloudflare/[email protected]
go-version: "1.21"

- runs: |
mkdir -p "${{targets.destdir}}"/usr/bin
CGO_ENABLED=0 go build \
Expand Down

0 comments on commit bf26d89

Please sign in to comment.