Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.18.0 #439

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.18.0

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.18.0 #439

Workflow file for this run

---
name: build-and-test
on:
push:
branches:
- main
pull_request:
jobs:
default:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: |
make build
- name: Test
run: |
make test