Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#12) #16

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#12)

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#12) #16

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
cache: true
- name: Run tests
run: make test
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run lint
uses: golangci/golangci-lint-action@v3
with:
version: latest