From bc20e66d084b68dafeaedda3e3f142c3386afb41 Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:55:32 +0000 Subject: [PATCH] chore(deps): update tools to latest versions (#2940) * chore(deps): update tools to latest versions Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: update header and deprecated fields Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Co-authored-by: spiffcs <32073428+spiffcs@users.noreply.github.com> --- .binny.yaml | 4 ++-- .goreleaser.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.binny.yaml b/.binny.yaml index cdedcf26b..d5cb34429 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -2,7 +2,7 @@ tools: # we want to use a pinned version of binny to manage the toolchain (so binny manages itself!) - name: binny version: - want: v0.7.0 + want: v0.8.0 method: github-release with: repo: anchore/binny @@ -58,7 +58,7 @@ tools: # used to release all artifacts - name: goreleaser version: - want: v1.26.2 + want: v2.0.0 method: github-release with: repo: goreleaser/goreleaser diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 762d87d3e..a8fc7711f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +version: 2 + release: prerelease: auto draft: false @@ -80,7 +82,7 @@ nfpms: - deb brews: - - tap: + - repository: owner: anchore name: homebrew-syft token: "{{.Env.GITHUB_BREW_TOKEN}}"