From 152663c1e25e5f731b164c2aceca2b7a0b436d7e Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Thu, 14 Jun 2018 17:44:36 -0700 Subject: [PATCH] upgrade gomplate (#9) --- install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Makefile b/install/Makefile index b9acde1c4b..58de1129a7 100644 --- a/install/Makefile +++ b/install/Makefile @@ -46,7 +46,7 @@ export GITHUB_COMMENTER_VERSION ?= 0.1.0 github-commenter: $(call github_download_binary_release,cloudposse,$(GITHUB_COMMENTER_VERSION),$@_$(OS)_$(ARCH)) -export GOMPLATE_VERSION ?= 2.4.0 +export GOMPLATE_VERSION ?= 2.6.0 ## Install gomplate gomplate: $(call github_download_binary_release,hairyhenderson,v$(GOMPLATE_VERSION),$@_$(OS)-$(ARCH)-slim)