Skip to content

Bump google.golang.org/grpc from 1.78.0 to 1.79.3 #13

Bump google.golang.org/grpc from 1.78.0 to 1.79.3

Bump google.golang.org/grpc from 1.78.0 to 1.79.3 #13

Workflow file for this run

name: Golangci Lint
on:
push:
branches: [ master ]
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.6