Skip to content

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

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 #884

Workflow file for this run

name: Code Style
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.17.x
uses: actions/setup-go@v2
with:
go-version: 1.17.x
id: go
- name: Checkout code
uses: actions/checkout@v2
- id: golangci_configuration
uses: andstor/file-existence-action@v1
with:
files: .golangci.yaml
- name: Go Lint on ./v2
if: steps.golangci_configuration.outputs.files_exists == 'true'
uses: golangci/golangci-lint-action@v3
with:
version: v1.29
working-directory: v2