Skip to content

CLOUD-727: Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 #3949

CLOUD-727: Bump github.com/onsi/gomega from 1.38.3 to 1.39.0

CLOUD-727: Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 #3949

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- uses: actions/checkout@v6
- name: go test
run: make test