Skip to content

chore(deps): Bump github.com/onsi/gomega from 1.24.1 to 1.27.7 #9

chore(deps): Bump github.com/onsi/gomega from 1.24.1 to 1.27.7

chore(deps): Bump github.com/onsi/gomega from 1.24.1 to 1.27.7 #9

Workflow file for this run

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