From e4f8ab35c658747f027fea0b0534ef95435e6d8f Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Tue, 11 Oct 2022 16:15:40 +0300 Subject: [PATCH] [#212] Add new aio versions to integration tests Signed-off-by: Denis Kirillov --- integration_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration_test.go b/integration_test.go index 0da6f5e..22ea802 100644 --- a/integration_test.go +++ b/integration_test.go @@ -49,6 +49,8 @@ func TestIntegration(t *testing.T) { "0.27.5", "0.28.1", "0.29.0", + "0.30.0", + "0.32.0", "latest", } key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb")