diff --git a/Makefile b/Makefile index e2144dc..86b7789 100644 --- a/Makefile +++ b/Makefile @@ -43,4 +43,4 @@ help: ## Show this help @echo 'targets:' @egrep '^(.+)\:\ .*##\ (.+)' ${MAKEFILE_LIST} | sed 's/:.*##/#/' | column -t -c 2 -s '#' tidy: - $(VGO) mod tidy \ No newline at end of file + $(VGO) mod tidy diff --git a/go.mod b/go.mod index 57cb66e..6e93f18 100644 --- a/go.mod +++ b/go.mod @@ -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