Skip to content

gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 #209

gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2

gomod(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 #209

Workflow file for this run

name: lint
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-go
- uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299
with:
version: latest
working-directory: '.'