From f01453aa33afd5b8c51fed98ecf7d32e54e926fe Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Mar 2021 11:37:27 +0000 Subject: [PATCH] updates version in go.mod template --- cmd/templates/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/templates/templates.go b/cmd/templates/templates.go index d52a480..29b1300 100644 --- a/cmd/templates/templates.go +++ b/cmd/templates/templates.go @@ -64,7 +64,7 @@ var GoMod = `module {{.AppName}} go 1.15 require ( - github.com/gojekfarm/ziggurat v1.0.0-alpha.23 + github.com/gojekfarm/ziggurat v1.0.0-alpha.24 github.com/julienschmidt/httprouter v1.2.0 )`