Skip to content

Update module github.com/onsi/gomega to v1.36.2 #2575

Update module github.com/onsi/gomega to v1.36.2

Update module github.com/onsi/gomega to v1.36.2 #2575

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go 1.18
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: build
run: make build