Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 in the onsi grou… #586

Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 in the onsi grou…

Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 in the onsi grou… #586

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Build
run: make test