Skip to content

Bump github.com/onsi/gomega from 1.34.2 to 1.36.1 #107

Bump github.com/onsi/gomega from 1.34.2 to 1.36.1

Bump github.com/onsi/gomega from 1.34.2 to 1.36.1 #107

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.22.5"
- name: Build Manager
run: |
make manager
- name: Build Docker Image
run: |
make docker