From 900a55cc7e258fbe348ef2b349749a1bb8c46045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serta=C3=A7=20=C3=96zercan?= <852750+sozercan@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:42:19 -0800 Subject: [PATCH] test: bump dapr to 1.12 (#3108) Signed-off-by: Sertac Ozercan Co-authored-by: Jaydipkumar Arvindbhai Gabani --- .github/workflows/dapr-pubsub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dapr-pubsub.yaml b/.github/workflows/dapr-pubsub.yaml index b81cb3851bd..2700fe26ac8 100644 --- a/.github/workflows/dapr-pubsub.yaml +++ b/.github/workflows/dapr-pubsub.yaml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - DAPR_VERSION: ["1.10"] + DAPR_VERSION: ["1.12"] steps: - name: Check out code into the Go module directory uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11