Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /grpc #110

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

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /grpc #110

Workflow file for this run

name: build
on:
push:
tags:
- v*
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
test:
name: Go Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
check-latest: true
- uses: isbang/compose-action@v1.4.1
with:
services: |
redis
- run: make test