Skip to content

build(deps): bump golang to 1.24.3 #319

build(deps): bump golang to 1.24.3

build(deps): bump golang to 1.24.3 #319

Workflow file for this run

name: Check License Headers
on:
push:
branches: [main]
pull_request:
# Since no branch is specified, this will run on all PRs
jobs:
check-headers:
name: Check that license headers are in place
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/[email protected]
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
# Default: 1
# TODO - We should not fetch all history.
# But we need to fetch the latest tag to run `make test` and `make build`.
# This is a workaround until we fetch the latest tag using the Makefile.
fetch-depth: 0
- name: Check license headers
uses: apache/[email protected]
with:
config: .licenserc.yml