From 1999f438dbe769346487ded51a3f3b71a6933e6b Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Wed, 27 Mar 2024 12:15:23 -0700 Subject: [PATCH] Fix go-runtime setup for base-build workflow Signed-off-by: Morgan Fainberg --- .github/workflows/build-bases.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-bases.yaml b/.github/workflows/build-bases.yaml index 297be3e19..db253665c 100644 --- a/.github/workflows/build-bases.yaml +++ b/.github/workflows/build-bases.yaml @@ -19,10 +19,9 @@ jobs: uses: actions/checkout@v4 - name: Setup Go Runtime - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: - go-version: 1.20 - id: go + go-version-file: go.mod - id: getmatrix run: | @@ -51,10 +50,9 @@ jobs: image=moby/buildkit:v0.13.0 - name: Setup Go Runtime - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: - go-version: 1.20 - id: go + go-version-file: go.mod - name: 'Set Python Version' run: |