Skip to content

Bump code.cloudfoundry.org/goshims from 0.14.0 to 0.25.0 #53

Bump code.cloudfoundry.org/goshims from 0.14.0 to 0.25.0

Bump code.cloudfoundry.org/goshims from 0.14.0 to 0.25.0 #53

Workflow file for this run

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