Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--magefile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/magefile.go b/magefile.go
index d483585ad..8ab594a02 100644
--- a/magefile.go
+++ b/magefile.go
@@ -259,5 +259,5 @@ func CheckVendor() error {
}
func isGoTip() bool {
- return strings.Contains(runtime.Version(), "devel")
+ return strings.Contains(runtime.Version(), "devel") || strings.Contains(runtime.Version(), "1.10")
}