dev: fix go1.11 builds
This commit is contained in:
parent
6508d1623a
commit
ad9de15a58
1
Makefile
1
Makefile
@ -38,6 +38,7 @@ maintainer-clean: clean
|
|||||||
|
|
||||||
check_generated:
|
check_generated:
|
||||||
$(MAKE) --always-make generate
|
$(MAKE) --always-make generate
|
||||||
|
git checkout -- go.mod go.sum # can differ between go1.11 and go1.12
|
||||||
git diff --exit-code # check no changes
|
git diff --exit-code # check no changes
|
||||||
.PHONY: check_generated
|
.PHONY: check_generated
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user