Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#19) #16

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#19)

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#19) #16

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run lint
uses: golangci/golangci-lint-action@v2
with:
version: latest