Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#68) #214

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#68)

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#68) #214

Workflow file for this run

name: test
on:
pull_request:
push:
jobs:
checks:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test