Skip to content

Bump sigs.k8s.io/kustomize/kustomize/v5 from 5.3.0 to 5.4.1 #49

Bump sigs.k8s.io/kustomize/kustomize/v5 from 5.3.0 to 5.4.1

Bump sigs.k8s.io/kustomize/kustomize/v5 from 5.3.0 to 5.4.1 #49

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v4