Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .binny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.3
want: v0.12.0
method: github-release
with:
repo: anchore/binny
Expand All @@ -18,15 +18,15 @@ tools:
# used to sign mac binaries at release
- name: quill
version:
want: v0.5.1
want: v0.7.1
method: github-release
with:
repo: anchore/quill

# used for linting
- name: golangci-lint
version:
want: v2.11.2
want: v2.11.3
method: github-release
with:
repo: golangci/golangci-lint
Expand All @@ -50,7 +50,7 @@ tools:
# used to release all artifacts
- name: goreleaser
version:
want: v2.14.2
want: v2.14.3
method: github-release
with:
repo: goreleaser/goreleaser
Expand Down Expand Up @@ -90,7 +90,7 @@ tools:
# used for triggering a release
- name: gh
version:
want: v2.87.3
want: v2.88.0
method: github-release
with:
repo: cli/cli
Expand Down
Loading