From 461458b16dfc6c17f13c2a8a9a6897c026f8b3ee Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:31:06 +0000 Subject: [PATCH] Update poet version in systests and go-scale in makefile --- Makefile | 2 +- systest/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7341c33f22..e09c3ab9d0 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD) GOLANGCI_LINT_VERSION := v1.64.6 GOTESTSUM_VERSION := v1.12.0 -GOSCALE_VERSION := v1.2.0 +GOSCALE_VERSION := v1.3.0 MOCKGEN_VERSION := v0.5.0 TAG_SUFIX ?= "" diff --git a/systest/Makefile b/systest/Makefile index 6e0b183137..6fe3d68cff 100644 --- a/systest/Makefile +++ b/systest/Makefile @@ -6,7 +6,7 @@ test_name ?= TestSmeshing org ?= spacemeshos image_name ?= $(org)/systest:$(version_info) certifier_image ?= $(org)/certifier-service:v0.8.4 -poet_image ?= $(org)/poet:v0.10.10 +poet_image ?= $(org)/poet:v0.10.11 post_service_image ?= $(org)/post-service:v0.8.4 post_init_image ?= $(org)/postcli:v0.12.10 smesher_image ?= $(org)/go-spacemesh-dev:$(version_info)