Skip to content

Bump google.golang.org/grpc from 1.66.1 to 1.66.2 in the all-deps gro… #11

Bump google.golang.org/grpc from 1.66.1 to 1.66.2 in the all-deps gro…

Bump google.golang.org/grpc from 1.66.1 to 1.66.2 in the all-deps gro… #11

Workflow file for this run

name: Test Go
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ${{ matrix.go-version }}
- run: go test -v -race ./...