Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Bump k8s.io/component-helpers from 0.28.1 to 0.28.3 #42

Bump k8s.io/component-helpers from 0.28.1 to 0.28.3

Bump k8s.io/component-helpers from 0.28.1 to 0.28.3 #42

Workflow file for this run

---
on:
- pull_request
permissions:
contents: read
pull-requests: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true
- name: Test
run: make test