File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ build-itest:
9090 @if [ ! -f itest/chantools/chantools ]; then \
9191 $(call print, "Building itest chantools.") ; \
9292 rm -rf itest/chantools; \
93- git clone --depth 1 --branch v0.13.5 https://github.com/lightninglabs/chantools.git itest/chantools; \
93+ git clone --depth 1 --branch v0.14.0 https://github.com/lightninglabs/chantools.git itest/chantools; \
9494 cd itest/chantools && go build ./cmd/chantools; \
9595 else \
9696 $(call print, "Chantools is already installed and available in itest/chantools.") ; \
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ func NewChantoolsHarness(t *testing.T) ChantoolsHarness {
6666 require .NoError (t , err , "failed to get chantools version" )
6767
6868 versionOutStr := string (versionOut )
69- if ! strings .Contains (versionOutStr , "chantools version v0.13.5 " ) {
69+ if ! strings .Contains (versionOutStr , "chantools version v0.14.0 " ) {
7070 t .Fatalf ("unexpected chantools version: %v" , versionOutStr )
7171 }
7272
You can’t perform that action at this time.
0 commit comments