Merge pull request #6340 from Roasbeef/go-1-18

build: update to Go 1.18
This commit is contained in:
Olaoluwa Osuntokun
2022-04-13 15:02:26 -07:00
committed by GitHub
12 changed files with 19 additions and 18 deletions

View File

@@ -490,7 +490,7 @@ func TestCircuitMapPersistence(t *testing.T) {
// Removing already-removed circuit should return an error.
err = circuitMap.DeleteCircuits(circuit1.Incoming)
if err != nil {
t.Fatal("Unexpected failure when deleting already "+
t.Fatalf("Unexpected failure when deleting already "+
"deleted circuit: %v", err)
}