forked from cerc-io/plugeth
travis, appveyor, Dockerfile: upgrade to Go 1.12
This commit is contained in:
@@ -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