From 1b4f1f2804f4975f58248d8933e5f74a7f827e0d Mon Sep 17 00:00:00 2001 From: Samuel Marks Date: Tue, 26 Feb 2019 15:12:13 +1100 Subject: travis, appveyor, Dockerfile: upgrade to Go 1.12 Include serveral DEXON specific fixes. --- crypto/bn256/cloudflare/main_test.go | 2 +- crypto/bn256/google/main_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') diff --git a/crypto/bn256/cloudflare/main_test.go b/crypto/bn256/cloudflare/main_test.go index 0230f1b19..c0c85457b 100644 --- a/crypto/bn256/cloudflare/main_test.go +++ b/crypto/bn256/cloudflare/main_test.go @@ -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()) } } diff --git a/crypto/bn256/google/main_test.go b/crypto/bn256/google/main_test.go index 0230f1b19..c0c85457b 100644 --- a/crypto/bn256/google/main_test.go +++ b/crypto/bn256/google/main_test.go @@ -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()) } } -- cgit