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

@@ -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)
}