Skip to content

Bump k8s.io/apimachinery from 0.28.1 to 0.28.2 #1459

Bump k8s.io/apimachinery from 0.28.1 to 0.28.2

Bump k8s.io/apimachinery from 0.28.1 to 0.28.2 #1459

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