Skip to content

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 #50

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0

Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 #50

Workflow file for this run

name: tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: set up go
uses: actions/setup-go@v4
with:
go-version: ">=1.20"
- name: running unit-tests
run: |
go test -v ./...