From cf5af37ba45f9cd1d0996e3228a3ee129f3c221e Mon Sep 17 00:00:00 2001 From: Sertac Ozercan Date: Mon, 23 Oct 2023 18:56:48 +0000 Subject: [PATCH] test: bump dapr to 1.12 Signed-off-by: Sertac Ozercan --- .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