Skip to content

Commit

Permalink
Merge pull request #329 from hyperledger/fix_broken_pipe
Browse files Browse the repository at this point in the history
fix broken pipe code coverage
  • Loading branch information
peterbroadhurst authored Oct 2, 2024
2 parents a4ceba9 + 6f2e327 commit 5771bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ help: ## Show this help
@echo 'targets:'
@egrep '^(.+)\:\ .*##\ (.+)' ${MAKEFILE_LIST} | sed 's/:.*##/#/' | column -t -c 2 -s '#'
tidy:
$(VGO) mod tidy
$(VGO) mod tidy
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module github.com/hyperledger/firefly-cli

go 1.22

toolchain go1.22.0
toolchain go1.22.6

require (
blockwatch.cc/tzgo v1.17.4
Expand Down

0 comments on commit 5771bd4

Please sign in to comment.