Skip to content

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 #65

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

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 #65

Workflow file for this run

name: Golang CI Linter
on:
push:
pull_request:
concurrency:
group: golangci-lint-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest