Skip to content

🌱 Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 #1066

🌱 Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2

🌱 Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 #1066

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: Build
run: make operator