Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.12.1 #263

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

Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.12.1 #263

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Test
run: go test -v ./...