Skip to content

Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (#52) #35

Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (#52)

Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (#52) #35

# Based on
# - https://github.com/marketplace/actions/setup-go-environment
name: go-test-linux.yaml
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.21"]
name: Go ${{ matrix.go }} - linux
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Run go test
run: go test -v -p 1 ./...