Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.15.0 #11

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.15.0

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.15.0 #11

Workflow file for this run

on: pull_request
name: Build and Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: make test
- name: Build
run: make build