From 4245740b31c93c596448ff79ae8f116ea6a7194e Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Fri, 13 Oct 2023 11:36:33 -0400 Subject: [PATCH] Update github workflows to use correct go version --- .github/workflows/build.yaml | 7 ------- .github/workflows/integration_tests.yaml | 4 +--- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 33dc4e448..abcae9698 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,13 +27,6 @@ jobs: # needs: check-if-duplicate-action # if: needs.check-if-duplicate-action.outputs.should_skip != 'true' runs-on: ubuntu-latest - - ## Currently prefer to run tests for a single static go version - # strategy: - # fail-fast: true - # matrix: - # go: ["stable"] # could be a good idea to consider oldstable as well - steps: - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 8b624042d..c28a4320b 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -50,6 +50,4 @@ jobs: - name: Run integration tests run: | - sudo su <