From c0edd62ac3d345b7b273906367ec90f214528a29 Mon Sep 17 00:00:00 2001 From: "Nicolas GRUEL (ANEO)" Date: Tue, 14 Nov 2023 14:22:49 +0100 Subject: [PATCH] ci: Update ArmoniK.Core to 0.19.2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a5b233d..f95b5041 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -218,7 +218,7 @@ jobs: tls: ${{ matrix.tls }} mtls: ${{ matrix.mtls }} ext-csharp-version: ${{ needs.versionning.outputs.version }} - core-version: 0.19.1 + core-version: 0.19.2 - name: Setup hosts file run : echo -e "$(kubectl get svc ingress -n armonik -o jsonpath={.status.loadBalancer.ingress[0].ip})\tarmonik.local" | sudo tee -a /etc/hosts