Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.21.0 #112

Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.21.0

Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.21.0 #112

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.0
- name: Install ginkgo
run: go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
- name: Test
run: ginkgo -r --randomize-all