Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /integration-tests/distributioncheck #777

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /integration-tests/distributioncheck

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /integration-tests/distributioncheck #777

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
github_token: ${{ github.token }}
level: warning