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