Skip to content

build(deps): bump golang from 1.22.5-alpine3.20 to 1.23.4-alpine3.20 #55

build(deps): bump golang from 1.22.5-alpine3.20 to 1.23.4-alpine3.20

build(deps): bump golang from 1.22.5-alpine3.20 to 1.23.4-alpine3.20 #55

name: Check Licenses
on:
pull_request
permissions: read-all
jobs:
check-licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
id: git_diff
with:
PATTERNS: |
**/**.go
**/**.proto
- run: |
make check-licenses
if: env.GIT_DIFF