Skip to content

chore(deps): update dependency golangci/golangci-lint to v2.1.1 #7368

chore(deps): update dependency golangci/golangci-lint to v2.1.1

chore(deps): update dependency golangci/golangci-lint to v2.1.1 #7368

Workflow file for this run

---
name: test
on: pull_request
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
status-check:
runs-on: ubuntu-24.04
if: failure()
timeout-minutes: 10
permissions: {}
needs:
- test
steps:
- run: exit 1
test:
uses: ./.github/workflows/workflow_call_test.yaml
permissions:
contents: read