Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 #95

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

Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 #95

Workflow file for this run

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