From f135dd290c33ade4027afd5128fa1ca103a43ff0 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Tue, 29 Aug 2023 16:41:47 +0000 Subject: [PATCH] fix(ci): validate in container to satisfy glibc requirements Signed-off-by: Jason Dellaluce --- .github/workflows/reusable_validate_plugins.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable_validate_plugins.yaml b/.github/workflows/reusable_validate_plugins.yaml index df2d67db..0342dce4 100644 --- a/.github/workflows/reusable_validate_plugins.yaml +++ b/.github/workflows/reusable_validate_plugins.yaml @@ -32,6 +32,7 @@ jobs: validate-local: if: inputs.arch == 'x86_64' runs-on: ubuntu-latest + container: golang:1.18 steps: - name: Checkout code uses: actions/checkout@v3