Skip to content

Bump google.golang.org/grpc from 1.61.0 to 1.79.3 #2574

Bump google.golang.org/grpc from 1.61.0 to 1.79.3

Bump google.golang.org/grpc from 1.61.0 to 1.79.3 #2574

Workflow file for this run

---
name: Eden
on: # yamllint disable-line rule:truthy
push:
branches: [master]
paths-ignore:
- 'docs/**'
pull_request_target:
branches: [master]
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_tests:
name: Execute Eden test workflow
uses: ./.github/workflows/test.yml
with:
eve_image: "lfedge/eve:16.6.0"
eve_kubevirt_image: "lfedge/eve:0.0.0-master-75241279-kubevirt-amd64"
eden_version: ${{ github.event.pull_request.head.sha }}
secrets: inherit