travis, appveyor, Dockerfile: upgrade to Go 1.12

This commit is contained in:
Samuel Marks
2019-02-27 14:21:02 +02:00
committed by Péter Szilágyi
parent 7ebd2fa5db
commit e43bc36226
8 changed files with 30 additions and 19 deletions
+1 -1
View File
@@ -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())
}
}
+1 -1
View File
@@ -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())
}
}