Skip to content

Commit ad9de15

Browse files
committed
dev: fix go1.11 builds
1 parent 6508d16 commit ad9de15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ maintainer-clean: clean
3838

3939
check_generated:
4040
$(MAKE) --always-make generate
41+
git checkout -- go.mod go.sum # can differ between go1.11 and go1.12
4142
git diff --exit-code # check no changes
4243
.PHONY: check_generated
4344

0 commit comments

Comments
 (0)