diff --git a/Makefile b/Makefile index b4561cd6f5..6db8f265a2 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ MODULEPATH = $(ORG)/crc/v2 PACKAGE_DIR := packaging/$(GOOS) SOURCES := $(shell git ls-files '*.go' ":^vendor") +SOURCES := $(SOURCES) go.mod go.sum Makefile RELEASE_INFO := release-info.json