Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #9

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #9

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.46.2
args: --issues-exit-code=1
only-new-issues: true