Skip to content

Bump sigs.k8s.io/structured-merge-diff/v4 from 4.4.1 to 4.5.0 #350

Bump sigs.k8s.io/structured-merge-diff/v4 from 4.4.1 to 4.5.0

Bump sigs.k8s.io/structured-merge-diff/v4 from 4.4.1 to 4.5.0 #350

Workflow file for this run

---
name: golangci-lint
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
golangci-lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: true
args: --timeout=5m --verbose