Skip to content

chore(deps): update module google.golang.org/protobuf to v1.33.0 [security] (release-2.8.x) #4641

chore(deps): update module google.golang.org/protobuf to v1.33.0 [security] (release-2.8.x)

chore(deps): update module google.golang.org/protobuf to v1.33.0 [security] (release-2.8.x) #4641

name: operator bundle
on:
push:
paths:
- 'operator/**'
branches: [ main ]
pull_request:
paths:
- 'operator/**'
jobs:
build:
name: build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: ['1.19']
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
id: go
- uses: actions/[email protected]
- name: Install make
run: sudo apt-get install make
- name: make bundle
run: make bundle
working-directory: ./operator