Skip to content

build(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 #9

build(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3

build(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 #9

Workflow file for this run

name: 🧪 Tests
on:
push:
branches: ["main", "release/*"]
pull_request:
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: 1.19
cache: true
- name: "Run tests"
run: go test ./...