Skip to content

Update module sigs.k8s.io/structured-merge-diff/v6 to v6.4.2 #208

Update module sigs.k8s.io/structured-merge-diff/v6 to v6.4.2

Update module sigs.k8s.io/structured-merge-diff/v6 to v6.4.2 #208

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions: {}
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
with:
go-version-file: 'go.mod'
- name: Run build
run: make build