Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #43

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

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #43

Workflow file for this run

name: PR check
on:
pull_request:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
test:
name: Test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ^1.18
- run: go test -race -timeout 1m