Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.11.0 #23

Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.11.0

Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.11.0 #23

Workflow file for this run

name: Verify organization of imports
on:
push:
branches:
- '**'
paths:
- '**.go'
tags-ignore:
- 'v*'
pull_request:
paths:
- '**.go'
jobs:
verify-imports:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Verify that imports are organized
run: make verify-imports