Skip to content

build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 #141

build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2

build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 #141

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
- name: Vet
run: go vet -v ./...