Skip to content

Commit

Permalink
Merge pull request #12254 from wolfi-dev/wolfictl-8d9dcf89-6a03-4365-…
Browse files Browse the repository at this point in the history
…aa02-9faab90139a1
  • Loading branch information
ajayk authored Feb 1, 2024
2 parents 0936cb7 + 9d27831 commit a608836
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions flux-source-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: flux-source-controller
version: 1.2.3
epoch: 3
version: 1.2.4
epoch: 0
description: The GitOps Toolkit source management component
copyright:
- license: Apache-2.0
Expand All @@ -19,15 +19,10 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 1a16ec546bc1e9c828b2ea1d0f045b4da7e75b18
expected-commit: 3f131a1834d11b11db77091650d8080d432e14f9
repository: https://github.com/fluxcd/source-controller
tag: v${{package.version}}

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

- runs: |
mkdir -p "${{targets.destdir}}"/usr/bin
CGO_ENABLED=1 CGO_LDFLAGS="-static -fuse-ld=lld" go build \
Expand Down

0 comments on commit a608836

Please sign in to comment.