Skip to content

KUBE-1815: pods with wildcard tolerations are ignored during drain #834

KUBE-1815: pods with wildcard tolerations are ignored during drain

KUBE-1815: pods with wildcard tolerations are ignored during drain #834

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@v5
with:
go-version: '1.26.1'
- uses: actions/checkout@v4
- name: golangci-lint
run: make lint