Skip to content

maint(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.3 #527

maint(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.3

maint(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.3 #527

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
docker-build:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/checkout@v3.5.3
- name: Run tests
run: make docker-test
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.9.0
- name: Build docker image
uses: docker/build-push-action@v4.1.1
with:
context: .
push: false
platforms: linux/amd64
# platforms: linux/amd64,linux/arm64 - don't build arm64 on PRs for now
cache-from: type=gha
cache-to: type=gha,mode=max