From f7118574a9d373853fe1df5a249b6f38aaecdf23 Mon Sep 17 00:00:00 2001 From: Richard <20459042+SignalRichard@users.noreply.github.com> Date: Mon, 8 May 2023 12:10:12 -0400 Subject: [PATCH] ci: hardcode container tag gover in pipeline --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc013b54f..8204c2368 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: golang:${{ vars.GOVER }} + image: golang:1.18 env: TEST_RESULTS: "/tmp/test-results" steps: @@ -70,7 +70,7 @@ jobs: needs: integration-test-providers runs-on: ubuntu-latest container: - image: golang:${{ vars.GOVER }} + image: golang:1.18 env: TEST_RESULTS: "/tmp/test-results" GOTESTSUM_FORMAT: testname @@ -171,7 +171,7 @@ jobs: if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' runs-on: ubuntu-latest container: - image: golang:${{ vars.GOVER }} + image: golang:1.18 needs: - integration-test-providers - integrtests-diff1