Skip to content

chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /receiver/azureblobrehydrationreceiver #2757

chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /receiver/azureblobrehydrationreceiver

chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /receiver/azureblobrehydrationreceiver #2757

name: check-formatting
on:
pull_request:
jobs:
check-fmt:
runs-on: "ubuntu-20.04"
steps:
- name: Checkout Sources
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
check-latest: true
- name: Install Tools
run: make install-tools
- name: Check Formatting
run: make check-fmt