Skip to content

Commit

Permalink
Update mage version v1.8.0 to v1.9.0 in Makefile (#16017)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch authored Feb 3, 2020
1 parent 7aa2f7a commit 6e3a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/make/mage.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAGE_VERSION ?= v1.8.0
MAGE_VERSION ?= v1.9.0
MAGE_PRESENT := $(shell mage --version 2> /dev/null | grep $(MAGE_VERSION))
MAGE_IMPORT_PATH ?= github.com/elastic/beats/vendor/github.com/magefile/mage
export MAGE_IMPORT_PATH
Expand Down

0 comments on commit 6e3a87d

Please sign in to comment.