Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.28.1 #308

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.28.1

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.28.1 #308

Workflow file for this run

name: build-test
on:
push:
branches:
- main
pull_request:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: test
run: make test
- name: build
run: make build