Skip to content

update provider for capi 1.8 and k8s 1.30 #57

update provider for capi 1.8 and k8s 1.30

update provider for capi 1.8 and k8s 1.30 #57

Workflow file for this run

name: golangci-lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
matrix:
working-directory:
- ""
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.42.1
working-directory: ${{matrix.working-directory}}