Skip to content

Commit

Permalink
Update poet version in systests and go-scale in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Mar 7, 2025
1 parent 24d2e04 commit 461458b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?= ""
Expand Down
2 changes: 1 addition & 1 deletion systest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 461458b

Please sign in to comment.