Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2 #305

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

Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.2 #305

Workflow file for this run

on: pull_request
name: Build and Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: make test
- name: Build
run: make build