Skip to content

Bump google.golang.org/grpc from 1.42.0 to 1.56.3 #193

Bump google.golang.org/grpc from 1.42.0 to 1.56.3

Bump google.golang.org/grpc from 1.42.0 to 1.56.3 #193

Workflow file for this run

name: Unit testing
on: { push: { branches-ignore: [main, production] } }
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
unit-testing:
name: 🧪 Test the code
runs-on: ubuntu-latest
container: golang:1.20
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Test the code
run: go test -race ./...