Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.1 #79

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

Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.1 #79

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.20.7
- name: Install ginkgo
run: go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
- name: Test
run: ginkgo -r --randomize-all