Skip to content

Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 #561

Bump github.com/onsi/gomega from 1.39.1 to 1.40.0

Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 #561

Workflow file for this run

name: Test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run tests
run: make test