Skip to content

Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 #302

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

Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 #302

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