Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 #27

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 #27

Workflow file for this run

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