We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecb464 commit 7fd35d0Copy full SHA for 7fd35d0
Makefile
@@ -70,6 +70,7 @@ ci-test: generate unit-with-race-cover ci-test-generate-validate
70
ci-test-generate-validate:
71
@echo "CI test validate no generated code changes"
72
git add . -A
73
+ git update-index --assume-unchanged go.mod go.sum
74
gitstatus=`git diff --cached --ignore-space-change`; \
75
echo "$$gitstatus"; \
76
if [ "$$gitstatus" != "" ]; then echo "$$gitstatus"; exit 1; fi
0 commit comments