From 73417f54dbf1c13be28079e9d508a01103c8955e Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Mon, 17 May 2021 15:13:48 +0800 Subject: [PATCH] update goctl version to 1.1.8 (#696) --- tools/goctl/goctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/goctl.go b/tools/goctl/goctl.go index c813f6fc..141156b1 100644 --- a/tools/goctl/goctl.go +++ b/tools/goctl/goctl.go @@ -29,7 +29,7 @@ import ( ) var ( - buildVersion = "1.1.6" + buildVersion = "1.1.8" commands = []cli.Command{ { Name: "upgrade",