Skip to content

fix(deps): update kubernetes packages to v0.28.2 #588

fix(deps): update kubernetes packages to v0.28.2

fix(deps): update kubernetes packages to v0.28.2 #588

Workflow file for this run

name: test
on:
pull_request:
paths:
- '**.go'
- 'go.*'
- .github/workflows/test.yml
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
cache: true
- run: |
make test
cat cover.out >> coverage.txt
- name: codecov
uses: codecov/codecov-action@v3