Skip to content

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #85

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0

build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #85

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
strategy:
matrix:
go-version: ["1.21.0"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run tests
run: go test -race ./...