summaryrefslogtreecommitdiffstats
path: root/magefile.go
diff options
context:
space:
mode:
Diffstat (limited to 'magefile.go')
-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")
}