Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.28.1 (#197) #546

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.28.1 (#197)

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.28.1 (#197) #546

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@v6
- uses: actions/setup-go@v6
with:
go-version: 'oldstable'
- run: make test
test:
name: Test on highest supported Go version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 'stable'
- run: make ginkgo