Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 #58

Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2

Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 #58

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 ./...)