Skip to content

build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 #185

build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2

build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 #185

Workflow file for this run

name: Go Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: 1.23
# You can test your matrix by printing the current Go version
- name: Display Go version
run: go version
- name: Build it
run: make V=1