Skip to content

Commit

Permalink
chore(deps): update tools to latest versions (#2346)
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>

* chore: update install test with new asset suffix

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: westonsteimel <1593939+westonsteimel@users.noreply.github.com>
Co-authored-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent d5d3aeb commit bf44e25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .binny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tools:
# used to release all artifacts
- name: goreleaser
version:
want: v2.4.8
want: v2.5.0
method: github-release
with:
repo: goreleaser/goreleaser
Expand Down Expand Up @@ -98,7 +98,7 @@ tools:
# used for triggering a release
- name: gh
version:
want: v2.63.2
want: v2.64.0
method: github-release
with:
repo: cli/cli
Expand Down
5 changes: 5 additions & 0 deletions test/install/3_install_asset_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ test_positive_snapshot_install_asset() {
local_suffix="_v8.0"
fi

if [ "${arch}" == "ppc64le" ]; then
local_suffix="_power8"
fi


assertFilesEqual \
"$(snapshot_dir)/${os}-build_${os}_${arch}${local_suffix}/${binary}" \
"${expected_path}" \
Expand Down

0 comments on commit bf44e25

Please # to comment.