diff options
author | Samuel Marks <samuelmarks@gmail.com> | 2019-02-26 12:12:13 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:59 +0800 |
commit | 1b4f1f2804f4975f58248d8933e5f74a7f827e0d (patch) | |
tree | e5163bb4e19d244fa658208d81e515560bc7f876 /crypto | |
parent | 47951b804128afa41197e9bdea7f0b6f24763f22 (diff) | |
download | dexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.tar.gz dexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.tar.zst dexon-1b4f1f2804f4975f58248d8933e5f74a7f827e0d.zip |
travis, appveyor, Dockerfile: upgrade to Go 1.12
Include serveral DEXON specific fixes.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/bn256/cloudflare/main_test.go | 2 | ||||
-rw-r--r-- | crypto/bn256/google/main_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
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()) } } |