Skip to content

Bump google.golang.org/grpc from 1.57.1 to 1.62.0 in /ipu-plugin #21

Bump google.golang.org/grpc from 1.57.1 to 1.62.0 in /ipu-plugin

Bump google.golang.org/grpc from 1.57.1 to 1.62.0 in /ipu-plugin #21

Workflow file for this run

name: Run Unit Tests
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
subproject: [ipu-plugin] # Add more as needed
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Set up Go
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
with:
go-version: 1.21
- name: Run make test in subproject
run: |
cd ${{ matrix.subproject }}
make test