Skip to content

Bump github.com/onsi/gomega from 1.30.0 to 1.32.0 #156

Bump github.com/onsi/gomega from 1.30.0 to 1.32.0

Bump github.com/onsi/gomega from 1.30.0 to 1.32.0 #156

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