Skip to content

chore: bump k8s to 0.30.3 and go to 1.23 #172

chore: bump k8s to 0.30.3 and go to 1.23

chore: bump k8s to 0.30.3 and go to 1.23 #172

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2