Skip to content

chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 #1392

chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0

chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 #1392

Workflow file for this run

name: Check dependencies licenses
on:
push:
branches: [ main ]
paths-ignore:
- 'www/**'
- '*.md'
- '.editorconfig'
- 'LICENSE'
- 'install.sh'
pull_request:
branches: [ main ]
paths-ignore:
- 'www/**'
- '*.md'
- '.editorconfig'
- 'LICENSE'
- 'install.sh'
jobs:
license-check:
runs-on: ubuntu-latest
name: License and Copyright Check
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: 'true'
- name: Get google/go-licenses package
run: go install github.com/google/[email protected]
shell: bash
- name: Check license
run: go-licenses check ./...