Skip to content

Commit 5771bd4

Browse files
Merge pull request #329 from hyperledger/fix_broken_pipe
fix broken pipe code coverage
2 parents a4ceba9 + 6f2e327 commit 5771bd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ help: ## Show this help
4343
@echo 'targets:'
4444
@egrep '^(.+)\:\ .*##\ (.+)' ${MAKEFILE_LIST} | sed 's/:.*##/#/' | column -t -c 2 -s '#'
4545
tidy:
46-
$(VGO) mod tidy
46+
$(VGO) mod tidy

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module github.com/hyperledger/firefly-cli
1818

1919
go 1.22
2020

21-
toolchain go1.22.0
21+
toolchain go1.22.6
2222

2323
require (
2424
blockwatch.cc/tzgo v1.17.4

0 commit comments

Comments
 (0)