Skip to content

Bump github.com/onsi/gomega from 1.34.1 to 1.36.2 #27

Bump github.com/onsi/gomega from 1.34.1 to 1.36.2

Bump github.com/onsi/gomega from 1.34.1 to 1.36.2 #27

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
concurrency:
group: pr-${{ github.event.number }}
cancel-in-progress: true
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Checkout
uses: actions/checkout@v3
- name: Run
run: go test -count=1 ./...