Skip to content

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 in /protocol/pubsub/v2 #606

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 in /protocol/pubsub/v2

Bump google.golang.org/grpc from 1.47.0 to 1.53.0 in /protocol/pubsub/v2 #606

Workflow file for this run

name: Observability
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
observability:
name: CloudEvents
strategy:
matrix:
go-version: [1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Checkout code
uses: actions/checkout@v2
- name: Update git submodule
run: git submodule sync && git submodule update --init
- name: Build
run: ./hack/observability-test.sh