Skip to content

[cherry-pick]Call WaitGroup.Done() once only when PVB changes to final status the first time to avoid panic #10615

[cherry-pick]Call WaitGroup.Done() once only when PVB changes to final status the first time to avoid panic

[cherry-pick]Call WaitGroup.Done() once only when PVB changes to final status the first time to avoid panic #10615

Workflow file for this run

name: Pull Request Linter Check
on:
pull_request:
# Do not run when the change only includes these directories.
paths-ignore:
- "site/**"
- "design/**"
- "**/*.md"
jobs:
build:
name: Run Linter Check
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Linter check
uses: golangci/golangci-lint-action@v8
with:
version: v2.1.1
args: --verbose