Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 #418

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 #418

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test-and-lint:
name: Test and Lint on lowest supported Go version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'oldstable'
- run: make test
test:
name: Test on highest supported Go version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: make ginkgo