Skip to content

Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 #138

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

Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 #138

Workflow file for this run

---
name: Static tests
on: [pull_request_target]
jobs:
unit-test:
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.18
id: go
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Run unit tests
run: make unit-test
static:
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.18
id: go
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Run static linters
run: make static