Skip to content

Bump github.com/onsi/gomega from 1.32.0 to 1.33.1 #97

Bump github.com/onsi/gomega from 1.32.0 to 1.33.1

Bump github.com/onsi/gomega from 1.32.0 to 1.33.1 #97

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.1
- name: Install ginkgo
run: go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
- name: Test
run: ginkgo -r --randomize-all