Skip to content

fix: remove upper limit for min and max cpu cores in cluster limits policy #889

fix: remove upper limit for min and max cpu cores in cluster limits policy

fix: remove upper limit for min and max cpu cores in cluster limits policy #889

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.19.5
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m