Skip to content

Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 #291

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

Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 #291

Workflow file for this run

on: pull_request
name: Build and Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: make test
- name: Build
run: make build