Skip to content

Commit e566998

Browse files
chore(deps): update dependency vearutop/teststat to v0.1.27 (#3350)
This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [vearutop/teststat](https://redirect.github.com/vearutop/teststat) | patch | `v0.1.26` -> `v0.1.27` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vearutop/teststat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vearutop/teststat) | --- ### Release Notes <details> <summary>vearutop/teststat (vearutop/teststat)</summary> ### [`v0.1.27`](https://redirect.github.com/vearutop/teststat/releases/tag/v0.1.27) [Compare Source](https://redirect.github.com/vearutop/teststat/compare/v0.1.26...v0.1.27) #### What's Changed - Add support for go test -x build cache output by [@&#8203;vearutop](https://redirect.github.com/vearutop) in [#&#8203;34](https://redirect.github.com/vearutop/teststat/pull/34) **Full Changelog**: <vearutop/teststat@v0.1.26...v0.1.27> Download linux amd64 version in GitHub Actions: ``` ### Fetching teststat binary. wget -q https://github.com/vearutop/teststat/releases/download/v0.1.27/linux_amd64.tar.gz && tar xf linux_amd64.tar.gz && rm linux_amd64.tar.gz teststat_hash=$(git hash-object ./teststat) [ "$teststat_hash" == "325b9ef9c4e969171cccf11d8becbc856c9cdee2" ] || (echo "::error::unexpected hash for teststat, possible tampering: $teststat_hash" && exit 1) ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/IBM/sarama). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJidW1wL3BhdGNoIiwiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c38778 commit e566998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $(GOTESTSUM):
1212

1313
TESTSTAT := $(GOBIN)/teststat
1414
# renovate: datasource=github-releases depName=vearutop/teststat
15-
TESTSTAT_VERSION := v0.1.26
15+
TESTSTAT_VERSION := v0.1.27
1616
$(TESTSTAT):
1717
GOBIN=$(GOBIN) go install github.com/vearutop/teststat@$(TESTSTAT_VERSION)
1818

0 commit comments

Comments
 (0)