Skip to content

Bump code.cloudfoundry.org/goshims from 0.37.0 to 0.39.0 #227

Bump code.cloudfoundry.org/goshims from 0.37.0 to 0.39.0

Bump code.cloudfoundry.org/goshims from 0.37.0 to 0.39.0 #227

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ 'oldstable', 'stable' ]
name: Test Go ${{ matrix.go }}
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v4
- run: go run github.com/onsi/ginkgo/v2/ginkgo -r