From 57ac6ab7a9e5d194cd57a560a1e5442f261320e8 Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Wed, 3 Feb 2021 16:34:42 +1300 Subject: [PATCH] Switch to cloudstate-go-tck stable version 0.3.0 --- tck/src/it/resources/application.conf | 2 +- tck/src/it/resources/native-image.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tck/src/it/resources/application.conf b/tck/src/it/resources/application.conf index 19b8c6717..eb6bfc956 100644 --- a/tck/src/it/resources/application.conf +++ b/tck/src/it/resources/application.conf @@ -81,7 +81,7 @@ cloudstate-tck.combinations = [{ service { port = 8080 - docker-image = "cloudstateio/cloudstate-go-tck:latest" + docker-image = "cloudstateio/cloudstate-go-tck:0.3.0" } },{ name = "Akka + Kotlin" diff --git a/tck/src/it/resources/native-image.conf b/tck/src/it/resources/native-image.conf index 2cebc4f09..52b051441 100644 --- a/tck/src/it/resources/native-image.conf +++ b/tck/src/it/resources/native-image.conf @@ -57,7 +57,7 @@ cloudstate-tck.combinations = [{ service { port = 8080 - docker-image = "cloudstateio/cloudstate-go-tck:latest" + docker-image = "cloudstateio/cloudstate-go-tck:0.3.0" } },{ name = "Akka + Kotlin"