Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.2 #109

Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.2

Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.2 #109

Workflow file for this run

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