Skip to content

[main] Update module github.com/go-logr/logr to v1.4.4 (main) #4435

[main] Update module github.com/go-logr/logr to v1.4.4 (main)

[main] Update module github.com/go-logr/logr to v1.4.4 (main) #4435

Workflow file for this run

name: Lints
on: [pull_request]
jobs:
check-go-mod-replace-lines:
name: check for replace lines in go.mod files
runs-on: ubuntu-latest
steps:
- name: Checkout project code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: check for replace lines in go.mod files
run: |
! egrep --invert-match -e '^replace.*/apis => \./apis|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace'