Skip to content

feat: support Go1.21.0 #1197

feat: support Go1.21.0

feat: support Go1.21.0 #1197

Workflow file for this run

name: License Check
on: pull_request
jobs:
build:
runs-on: [self-hosted, X64]
steps:
- name: Clear repository
run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check Branch
run: ./scripts/check_branch_name.sh ${{ github.head_ref }}