Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 #79

Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0

Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 #79

Workflow file for this run

name: Run test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: |
make test