Skip to content

🌱 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #2344

🌱 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

🌱 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #2344

Workflow file for this run

name: Go
on:
workflow_dispatch: {}
pull_request:
branches:
- main
- release-*
push:
branches:
- main
- release-*
jobs:
format:
name: format
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Setup gci
run: go install github.com/daixiang0/gci@latest
- name: Setup gofumpt
run: go install mvdan.cc/gofumpt@latest
- name: format
run: make strict-fmt
verify-bundle:
name: verify bundle
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: bundle
run: cd operator && make bundle