travis, appveyor, Dockerfile: upgrade to Go 1.12

This commit is contained in:
Samuel Marks
2019-02-26 15:12:13 +11:00
committed by Péter Szilágyi
parent 7ebd2fa5db
commit e43bc36226
8 changed files with 30 additions and 19 deletions

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

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