Skip to content

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

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 #251

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Test
run: go test -v ./...