Skip to content

build(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 (#318) #301

build(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 (#318)

build(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 (#318) #301

Workflow file for this run

name: CI
on:
push:
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
codespell:
uses: ./.github/workflows/codespell.yml
secrets: inherit
base_tests:
needs: [lint, codespell]
uses: ./.github/workflows/base-test.yml
permissions:
contents: read
checks: write
secrets: inherit
windows_tests:
needs: [lint, codespell]
uses: ./.github/workflows/windows-test.yml
secrets: inherit
build:
needs: [lint, codespell]
uses: ./.github/workflows/build.yml
secrets: inherit