Skip to content

Bump google.golang.org/grpc from 1.62.1 to 1.63.0 #79

Bump google.golang.org/grpc from 1.62.1 to 1.63.0

Bump google.golang.org/grpc from 1.62.1 to 1.63.0 #79

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest