Skip to content

chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.35.1 #3477

chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.35.1

chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.35.1 #3477

Workflow file for this run

name: Go
on:
push:
branches:
- 'master'
- 'release-*'
- 'rhos-*'
pull_request:
branches:
- 'master'
- 'release-*'
- 'rhos-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Build
run: make build
- name: Test
run: make test