Skip to content

fix: prevent memory leak by reusing gRPC conn to kubelet pod-resource… #798

fix: prevent memory leak by reusing gRPC conn to kubelet pod-resource…

fix: prevent memory leak by reusing gRPC conn to kubelet pod-resource… #798

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff
with:
go-version: 1.26
- name: Build
run: make binary
- name: Lint
run: make check-format