Skip to content

Bump google.golang.org/grpc from 1.66.2 to 1.67.0 #197

Bump google.golang.org/grpc from 1.66.2 to 1.67.0

Bump google.golang.org/grpc from 1.66.2 to 1.67.0 #197

Workflow file for this run

name: Security Check
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/[email protected]
with:
args: '-exclude=G103,G104,G304,G402 ./...'