Skip to content

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

build(deps): bump google.golang.org/grpc from 1.79.3 to 1.80.0

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

Workflow file for this run

name: test
on:
push:
branches:
- "*"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.26"
check-latest: true
- name: Golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.10.1
- run: make build
- run: make run-tests