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:
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 a888fb78d..38e8e057d 100644
--- a/magefile.go
+++ b/magefile.go
@@ -320,7 +320,7 @@ func runCmd(env map[string]string, cmd string, args ...string) error {
}
func isGoLatest() bool {
- return strings.Contains(runtime.Version(), "1.12")
+ return strings.Contains(runtime.Version(), "1.13")
}
func isCI() bool {