Skip to content

fix(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules group #8

fix(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules group

fix(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules group #8

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.2