Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 #4272

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 #4272

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- 'docs/**'
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=3m
only-new-issues: true