From 65ed0e65955f2230654e58af540b26e54f35def7 Mon Sep 17 00:00:00 2001 From: MaxGelbakhiani Date: Tue, 19 Sep 2023 19:23:06 +0400 Subject: [PATCH] Update test-env bump node and IR versions Node and IR versions bumped to 0.38.1 Signed-off-by: MaxGelbakhiani --- .github/test-env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/test-env b/.github/test-env index 2c1e2845..0109fef9 100644 --- a/.github/test-env +++ b/.github/test-env @@ -18,11 +18,11 @@ NEO_GO_PLATFORM=linux-amd64 NEO_GO_URL=https://github.com/nspcc-dev/neo-go/releases/download/v${NEOGO_VERSION}/neo-go-${NEO_GO_PLATFORM} # NeoFS InnerRing nodes -IR_VERSION=0.37.0 +IR_VERSION=0.38.1 IR_IMAGE=nspccdev/neofs-ir # NeoFS Storage nodes -NODE_VERSION=0.37.0 +NODE_VERSION=0.38.1 NODE_IMAGE=nspccdev/neofs-storage NODE_PLATFORM=amd64