Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.15.0 #323

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.15.0

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.15.0 #323

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test-and-lint:
name: Test and Lint Go 1.20
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- uses: actions/checkout@v4
- run: make test
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
name: Test Go ${{ matrix.go }}
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
- run: make ginkgo