From 94aca0129de40156fe12cb732e19b5e75da2e1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Mon, 24 Jun 2024 15:58:40 +0200 Subject: [PATCH] chore: upgrade to go 1.22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove problematic step related to jenkins-x/jx#8670 Signed-off-by: MÃ¥rten Svantesson --- .github/workflows/jenkins-x-pr.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/jenkins-x-pr.yaml b/.github/workflows/jenkins-x-pr.yaml index 5281a1f..efb26b7 100644 --- a/.github/workflows/jenkins-x-pr.yaml +++ b/.github/workflows/jenkins-x-pr.yaml @@ -4,13 +4,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: jx-variables - uses: docker://ghcr.io/jenkins-x/jx-boot:3.10.150 - with: - args: gitops variables - entrypoint: jx - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} name: build-make-linux