Skip to content

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #38

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

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #38

Workflow file for this run

name: CI
on:
pull_request:
branches: ["develop", "master"]
push:
tags: ["*"]
branches: ["develop"]
jobs:
lint:
strategy:
matrix:
go: [1.18]
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=10m
version: v1.50.1