Skip to content

Commit bc20e66

Browse files
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>
1 parent 6e16396 commit bc20e66

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.binny.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tools:
22
# we want to use a pinned version of binny to manage the toolchain (so binny manages itself!)
33
- name: binny
44
version:
5-
want: v0.7.0
5+
want: v0.8.0
66
method: github-release
77
with:
88
repo: anchore/binny
@@ -58,7 +58,7 @@ tools:
5858
# used to release all artifacts
5959
- name: goreleaser
6060
version:
61-
want: v1.26.2
61+
want: v2.0.0
6262
method: github-release
6363
with:
6464
repo: goreleaser/goreleaser

.goreleaser.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
release:
24
prerelease: auto
35
draft: false
@@ -80,7 +82,7 @@ nfpms:
8082
- deb
8183

8284
brews:
83-
- tap:
85+
- repository:
8486
owner: anchore
8587
name: homebrew-syft
8688
token: "{{.Env.GITHUB_BREW_TOKEN}}"

0 commit comments

Comments
 (0)