Skip to content

build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 #61

build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0

build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 #61

Workflow file for this run

name: ci
permissions:
contents: read
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [stable]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: |
go version
go build ./...
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
check-latest: true
- run: |
go version
go test ./...