Skip to content

fix ipc crash

fix ipc crash #5

name: Build the main branch ( proxy )
on:
push:
branches:
- "main"
jobs:
build0-main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.18.2'
- run: |
git clone https://github.com/kubernetes/code-generator.git ../code-generator
cd ../code-generator
git checkout -b release-1.27
cd -
make fsnotify-proxy