build: update to Go 1.18

This commit is contained in:
Olaoluwa Osuntokun
2022-03-15 16:24:42 -07:00
parent 4bdc3c9a5b
commit a90dfff9a5
10 changed files with 10 additions and 10 deletions

View File

@@ -175,7 +175,7 @@ func TestHistoricalConfDetailsTxIndex(t *testing.T) {
switch txStatus {
case chainntnfs.TxFoundMempool:
default:
t.Fatal("should have found the transaction within the "+
t.Fatalf("should have found the transaction within the "+
"mempool, but did not: %v", txStatus)
}