Skip to content

chore(deps): bump k8s.io/apimachinery from 0.24.2 to 0.28.3 #95

chore(deps): bump k8s.io/apimachinery from 0.24.2 to 0.28.3

chore(deps): bump k8s.io/apimachinery from 0.24.2 to 0.28.3 #95

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Lint check
run: make lint