Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.22.0 #44

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

Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.22.0 #44

Workflow file for this run

name: Pull request checks
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
test:
name: test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: test
run: go test $(go list ./...)