Skip to content

Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 #449

Bump github.com/onsi/gomega from 1.33.0 to 1.33.1

Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 #449

Workflow file for this run

name: e2e
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Run the e2e suite
run: make e2e