Skip to content

Commit

Permalink
chore(deps): update tools to latest versions
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
spiffcs authored and github-actions[bot] committed Sep 12, 2024
1 parent fcd5ec9 commit 8a72467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .binny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tools:
# used for linting
- name: golangci-lint
version:
want: v1.60.3
want: v1.61.0
method: github-release
with:
repo: golangci/golangci-lint
Expand Down Expand Up @@ -103,15 +103,15 @@ tools:
# used for running all local and CI tasks
- name: task
version:
want: v3.38.0
want: v3.39.0
method: github-release
with:
repo: go-task/task

# used for triggering a release
- name: gh
version:
want: v2.55.0
want: v2.56.0
method: github-release
with:
repo: cli/cli
Expand All @@ -130,4 +130,4 @@ tools:
want: v4.44.3
method: github-release
with:
repo: mikefarah/yq
repo: mikefarah/yq

0 comments on commit 8a72467

Please sign in to comment.