Skip to content

Stop flooding cache logs on client disconnection/context cancelation #144

Stop flooding cache logs on client disconnection/context cancelation

Stop flooding cache logs on client disconnection/context cancelation #144

name: Check third-party licenses
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
check-licenses:
name: check-licenses
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.23' ]
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Check licenses
run: make check-licenses