Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.25.2 to 2.25.3 (#75) #153

Bump github.com/onsi/ginkgo/v2 from 2.25.2 to 2.25.3 (#75)

Bump github.com/onsi/ginkgo/v2 from 2.25.2 to 2.25.3 (#75) #153

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: run tests
run: go test -v ./...