Skip to content

Bump google.golang.org/protobuf from 1.25.0 to 1.33.0 #93

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

Bump google.golang.org/protobuf from 1.25.0 to 1.33.0 #93

Workflow file for this run

name: golangci-lint
on:
push:
tags: [ 'v*' ]
branches: [ 'main', 'release-*']
pull_request:
branches: [ 'main', 'release-*']
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.46.2