From 6884aba59be1e2d874fc3a97d96abdd78bd566ba Mon Sep 17 00:00:00 2001 From: Leonardo Milleri <106968305+lmilleri@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:17:44 +0000 Subject: [PATCH] Update kuttl-int-tests.yaml Signed-off-by: Leonardo Milleri <106968305+lmilleri@users.noreply.github.com> --- .github/workflows/kuttl-int-tests.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kuttl-int-tests.yaml b/.github/workflows/kuttl-int-tests.yaml index 71bc9bc..13cc7bd 100644 --- a/.github/workflows/kuttl-int-tests.yaml +++ b/.github/workflows/kuttl-int-tests.yaml @@ -1,9 +1,8 @@ name: "Integration tests" - on: pull_request: branches: - - mainĀ  + - main env: KUTTL: /usr/local/bin/kubectl-kuttl @@ -15,8 +14,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version-file: go.mod - check-latest: true + go-version: 1.22.0 - uses: actions/checkout@v4