Skip to content

Bump github.com/onsi/gomega from 1.27.6 to 1.27.10 #41

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

Bump github.com/onsi/gomega from 1.27.6 to 1.27.10 #41

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 ./...