Skip to content

build(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.1 #1383

build(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.1

build(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.1 #1383

Workflow file for this run

name: ci
on: ["push", "pull_request"]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- run: make all
- uses: dominikh/[email protected]
with:
version: "2023.1.7"
install-go: false
- name: Verify repo is up-to-date
run: |
if [ -n "$(git status --porcelain)" ]; then
echo 'Updates required:'
git diff
exit 1
fi
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run tests
run: make test