mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
travis, appveyor, Dockerfile: upgrade to Go 1.12
This commit is contained in:
committed by
Péter Szilágyi
parent
7ebd2fa5db
commit
e43bc36226
@@ -13,7 +13,7 @@ func TestRandomG2Marshal(t *testing.T) {
|
||||
t.Error(err)
|
||||
continue
|
||||
}
|
||||
t.Logf("%d: %x\n", n, g2.Marshal())
|
||||
t.Logf("%v: %x\n", n, g2.Marshal())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ func TestRandomG2Marshal(t *testing.T) {
|
||||
t.Error(err)
|
||||
continue
|
||||
}
|
||||
t.Logf("%d: %x\n", n, g2.Marshal())
|
||||
t.Logf("%v: %x\n", n, g2.Marshal())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user