Skip to content

Commit

Permalink
fix(ci): validate in container to satisfy glibc requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce authored and poiana committed Aug 29, 2023
1 parent 7ee9d9f commit f135dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable_validate_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f135dd2

Please sign in to comment.