From 78577a38da99193db58bfef0e025213fec34c707 Mon Sep 17 00:00:00 2001 From: Gerrit Date: Thu, 12 Dec 2024 13:49:00 +0100 Subject: [PATCH] Use latest version of containerlab again. (#204) --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 2f77350..c11b348 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -32,8 +32,8 @@ jobs: bash -c "$(curl -sL https://get.containerlab.dev)" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # we can remove desired version again after this fix was released: https://github.com/srl-labs/containerlab/pull/2000 - DESIRED_VERSION: v0.56.0 + # set if required: + # DESIRED_VERSION: v0.59.0 - name: Log in to the container registry uses: docker/login-action@v3