Skip to content

fix:(loader) avoid race on lastmoduledatap with go plugin (only effects on byted-tango) #1763

fix:(loader) avoid race on lastmoduledatap with go plugin (only effects on byted-tango)

fix:(loader) avoid race on lastmoduledatap with go plugin (only effects on byted-tango) #1763

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 }}