Skip to content

Update module google.golang.org/grpc to v1.79.3 [SECURITY] #267

Update module google.golang.org/grpc to v1.79.3 [SECURITY]

Update module google.golang.org/grpc to v1.79.3 [SECURITY] #267

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: '1.26'
- run: make
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest