Skip to content

Bump sigs.k8s.io/structured-merge-diff/v6 from 6.3.2-0.20260122202528-d9cc6641c482 to 6.3.2 in the gomod group #903

Bump sigs.k8s.io/structured-merge-diff/v6 from 6.3.2-0.20260122202528-d9cc6641c482 to 6.3.2 in the gomod group

Bump sigs.k8s.io/structured-merge-diff/v6 from 6.3.2-0.20260122202528-d9cc6641c482 to 6.3.2 in the gomod group #903

Workflow file for this run

name: Linting
on:
push:
branches:
- main
- release-[0-9]+.[0-9]+
pull_request:
branches:
- main
- release-[0-9]+.[0-9]+
jobs:
tests:
runs-on: ubuntu-latest
name: Linting
steps:
- name: Checkout the repo
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
id: go
with:
go-version-file: go.mod
- name: Verify modules
run: |
go mod verify
- name: Linting
run: |
make lint
- name: Verify format
run: |
make fmt
make testdata/crds.yaml
git diff --exit-code