Skip to content

Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.2 #1460

Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.2

Bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.2 #1460

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "1.20.2"
- name: Install pcap
run: sudo apt-get install libpcap-dev
- name: Run coverage
run: make test
- name: Codecov
uses: codecov/[email protected]
with:
files: ./coverage_tdengine.out,./coverage.out
name: codecov-shifu
fail_ci_if_error: true
verbose: true