Skip to content

build(deps): bump github.com/cloudfoundry/cloud-service-broker/v2 from 2.6.8 to 2.6.9 #647

build(deps): bump github.com/cloudfoundry/cloud-service-broker/v2 from 2.6.8 to 2.6.9

build(deps): bump github.com/cloudfoundry/cloud-service-broker/v2 from 2.6.8 to 2.6.9 #647

Workflow file for this run

name: Focused Test
on: [pull_request]
jobs:
focused-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: go tool ginkgo unfocus && test -z "$(git status -s)"