Skip to content

Bump github.com/onsi/gomega from 1.38.1 to 1.38.2 #137

Bump github.com/onsi/gomega from 1.38.1 to 1.38.2

Bump github.com/onsi/gomega from 1.38.1 to 1.38.2 #137

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: run tests
run: go test -v ./...