Skip to content

Bump github.com/onsi/gomega from 1.42.0 to 1.42.1 #33

Bump github.com/onsi/gomega from 1.42.0 to 1.42.1

Bump github.com/onsi/gomega from 1.42.0 to 1.42.1 #33

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: '>=1.22'
id: go
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test ./...