Skip to content

Commit

Permalink
chore(deps): update tools to latest versions (#2863)
Browse files Browse the repository at this point in the history
* chore(deps): update tools to latest versions

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* add tmate debug session

Signed-off-by: Alex Goodman <[email protected]>

* add go tooling to bootstrap on mac

Signed-off-by: Alex Goodman <[email protected]>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Alex Goodman <[email protected]>
Co-authored-by: spiffcs <[email protected]>
Co-authored-by: Alex Goodman <[email protected]>
  • Loading branch information
3 people authored May 14, 2024
1 parent 338ce51 commit 15c9fe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.57.2
want: v1.58.1
method: github-release
with:
repo: golangci/golangci-lint
Expand Down Expand Up @@ -58,7 +58,7 @@ tools:
# used to release all artifacts
- name: goreleaser
version:
want: v1.25.1
want: v1.26.0
method: github-release
with:
repo: goreleaser/goreleaser
Expand Down Expand Up @@ -103,15 +103,15 @@ tools:
# used for running all local and CI tasks
- name: task
version:
want: v3.36.0
want: v3.37.2
method: github-release
with:
repo: go-task/task

# used for triggering a release
- name: gh
version:
want: v2.48.0
want: v2.49.2
method: github-release
with:
repo: cli/cli
1 change: 0 additions & 1 deletion .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ jobs:
bootstrap-apt-packages: ""
compute-fingerprints: "false"
go-dependencies: false
go-version: ""

- name: Download snapshot build
id: snapshot-cache
Expand Down

0 comments on commit 15c9fe0

Please sign in to comment.